Package | Description |
---|---|
de.larssh.utils.xml |
Utilities to process XML documents
|
Modifier and Type | Field and Description |
---|---|
static TransformerFactoryAttribute<Boolean> |
TransformerFactoryAttributes.Xalan.INCREMENTAL
Produce output incrementally, rather than waiting to finish parsing the input
before generating any output.
|
static TransformerFactoryAttribute<Boolean> |
TransformerFactoryAttributes.Xalan.OPTIMIZE
Optimize stylesheet processing.
|
static TransformerFactoryAttribute<Boolean> |
TransformerFactoryAttributes.Xalan.SOURCE_LOCATION
Provide a SourceLocator
that can be used during a transformation to obtain the location of individual
nodes in a source document (system ID, line number, and column number).
|
Copyright © 2025. All rights reserved.