Package | Description |
---|---|
de.larssh.utils.xml |
Utilities to process XML documents
|
Modifier and Type | Field and Description |
---|---|
static TransformerOutputProperty<String> |
TransformerOutputProperties.JDK.ACCESS_EXTERNAL_DTD
Restrict access to external DTDs and external Entity References to the
protocols specified.
|
static TransformerOutputProperty<String> |
TransformerOutputProperties.JDK.ACCESS_EXTERNAL_SCHEMA
Restrict access to the protocols specified for external reference set by the
schemaLocation attribute, Import and Include element.
|
static TransformerOutputProperty<String> |
TransformerOutputProperties.JDK.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.
|
static TransformerOutputProperty<String> |
TransformerOutputProperties.XML.CDATA_SECTION_ELEMENTS
Specifies a whitespace delimited list of the names of elements whose text
node children should be output using CDATA sections.
|
static TransformerOutputProperty<Class<?>> |
TransformerOutputProperties.Xalan.CONTENT_HANDLER
The content handling class specifies the default name of the Java class that
implements the
ContentHandler interface and receives
calls during result tree serialization. |
static TransformerOutputProperty<String> |
TransformerOutputProperties.XML.DOCTYPE_PUBLIC
See the documentation for the
OutputKeys.DOCTYPE_SYSTEM property for
a description of what the value of the key should be. |
static TransformerOutputProperty<String> |
TransformerOutputProperties.XML.DOCTYPE_SYSTEM
Specifies the system identifier to be used in the document type declaration.
|
static TransformerOutputProperty<String> |
TransformerOutputProperties.XML.ENCODING
Specifies the preferred character encoding that the Transformer should use to
encode sequences of characters as sequences of bytes.
|
static TransformerOutputProperty<String> |
TransformerOutputProperties.Xalan.ENTITIES
type: string, only xml and html, default varies
|
static TransformerOutputProperty<Boolean> |
TransformerOutputProperties.XML.INDENT
Specifies whether the Transformer may add additional whitespace when
outputting the result tree.
|
static TransformerOutputProperty<Integer> |
TransformerOutputProperties.Xalan.INDENT_AMOUNT
The amount of characters used when indenting.
|
static TransformerOutputProperty<String> |
TransformerOutputProperties.XML.MEDIA_TYPE
Specifies the media type (MIME content type) of the data that results from
outputting the result tree.
|
static TransformerOutputProperty<String> |
TransformerOutputProperties.XML.METHOD
The value of the method property identifies the overall method that should be
used for outputting the result tree.
|
static TransformerOutputProperty<Boolean> |
TransformerOutputProperties.Xalan.OMIT_META_TAG
type: boolean, default: no, only html
|
static TransformerOutputProperty<Boolean> |
TransformerOutputProperties.XML.OMIT_XML_DECLARATION
Specifies whether the XSLT processor should output an XML declaration.
|
static TransformerOutputProperty<Boolean> |
TransformerOutputProperties.XML.STANDALONE
Specifies whether the Transformer should output a standalone document
declaration.
|
static TransformerOutputProperty<Boolean> |
TransformerOutputProperties.Xalan.USE_URL_ESCAPING
type: boolean, default: yes, only html
|
static TransformerOutputProperty<String> |
TransformerOutputProperties.XML.VERSION
Specifies the version of the output method.
|
Modifier and Type | Method and Description |
---|---|
static TransformerOutputProperty<Boolean> |
TransformerOutputProperty.booleanOutputProperty(String name)
Creates a boolean
TransformerOutputProperty . |
static TransformerOutputProperty<Class<?>> |
TransformerOutputProperty.classOutputProperty(String name)
Creates a class
TransformerOutputProperty . |
static TransformerOutputProperty<Integer> |
TransformerOutputProperty.integerOutputProperty(String name)
Creates an integer
TransformerOutputProperty . |
static TransformerOutputProperty<String> |
TransformerOutputProperty.stringOutputProperty(String name)
Creates a string
TransformerOutputProperty . |
Copyright © 2025. All rights reserved.