public static final class TransformerOutputProperties.JDK extends Object
Based on XMLConstants
Modifier and Type | Field and Description |
---|---|
static TransformerOutputProperty<String> |
ACCESS_EXTERNAL_DTD
Restrict access to external DTDs and external Entity References to the
protocols specified.
|
static TransformerOutputProperty<String> |
ACCESS_EXTERNAL_SCHEMA
Restrict access to the protocols specified for external reference set by the
schemaLocation attribute, Import and Include element.
|
static TransformerOutputProperty<String> |
ACCESS_EXTERNAL_STYLESHEET
Restrict access to the protocols specified for external references set by the
stylesheet processing instruction, Import and Include element, and document
function.
|
public static final TransformerOutputProperty<String> ACCESS_EXTERNAL_DTD
SAXParser
for example,
SAXException
is thrown.XMLConstants.ACCESS_EXTERNAL_DTD
public static final TransformerOutputProperty<String> ACCESS_EXTERNAL_SCHEMA
SchemaFactory
for example,
org.xml.sax.SAXException is thrown.XMLConstants.ACCESS_EXTERNAL_SCHEMA
public static final TransformerOutputProperty<String> ACCESS_EXTERNAL_STYLESHEET
Transformer
for example,
TransformerConfigurationException
will be thrown
by the TransformerFactory
.XMLConstants.ACCESS_EXTERNAL_SCHEMA
Copyright © 2025. All rights reserved.