Package | Description |
---|---|
de.larssh.utils.xml |
Utilities to process XML documents
|
Modifier and Type | Field and Description |
---|---|
static XmlReadingWritableProperty<DeclHandler> |
XmlReadingProperties.Xerces.SAX.DECLARATION_HANDLER
Set the handler for DTD declarations.
|
static XmlReadingWritableProperty<String> |
XmlReadingProperties.Xerces.DOM.DOCUMENT_CLASS_NAME
The fully qualified name of the class implementing the
Document interface. |
static XmlReadingWritableProperty<Node> |
XmlReadingProperties.Xerces.SAX.DOM_NODE
The DOM node currently being visited, if SAX is being used as a DOM iterator.
|
static XmlReadingWritableProperty<Integer> |
XmlReadingProperties.Xerces.General.INPUT_BUFFER_SIZE
The size of the input buffer in the readers.
|
static XmlReadingWritableProperty<LexicalHandler> |
XmlReadingProperties.Xerces.SAX.LEXICAL_HANDLER
Set the handler for lexical parsing events.
|
static XmlReadingWritableProperty<Locale> |
XmlReadingProperties.Xerces.General.LOCALE
The locale to use for reporting errors and warnings.
|
static XmlReadingWritableProperty<String> |
XmlReadingProperties.Xerces.General.SCHEMA_EXTERNAL_NO_NAMESPACE_SCHEMA_LOCATION
This property allows the user to specify an XML Schema with no namespace.
|
static XmlReadingWritableProperty<String> |
XmlReadingProperties.Xerces.General.SCHEMA_EXTERNAL_SCHEMA_LOCATION
The XML Schema Recommendation explicitly states that the inclusion of
schemaLocation and noNamespaceSchemaLocation attributes is
only a hint; it does not mandate that these attributes must be used to locate
schemas. |
static XmlReadingWritableProperty<Object> |
XmlReadingProperties.Xerces.General.SECURITY_MANAGER
It is possible to create XML documents whose processing could result in the
use of all system resources.
|
static XmlReadingWritableProperty<Object> |
XmlReadingProperties.Xerces.General.VALIDATION_SCHEMA_ROOT_ELEMENT_DECLARATION
A
QName or XSElementDeclaration object
representing the top-level element declaration used when validating the root
element of a document or document fragment (also known as the validation
root). |
static XmlReadingWritableProperty<Object> |
XmlReadingProperties.Xerces.General.VALIDATION_SCHEMA_ROOT_TYPE_DEFINITION
A
QName or XSTypeDefinition object
representing the top-level type definition used when validating the root
element of a document or document fragment (also known as the validation
root). |
Copyright © 2025. All rights reserved.