Package | Description |
---|---|
de.larssh.utils.xml |
Utilities to process XML documents
|
Modifier and Type | Class and Description |
---|---|
class |
XmlReadingWritableProperty<T>
Allows reading and writing attributes of
DocumentBuilderFactory and
properties of SAXParser and XMLReader in a typed way. |
Modifier and Type | Field and Description |
---|---|
static XmlReadingProperty<Element> |
XmlReadingProperties.Xerces.DOM.CURRENT_ELEMENT_NODE
The current DOM element node while parsing.
|
static XmlReadingProperty<String> |
XmlReadingProperties.Xerces.SAX.DOCUMENT_XML_VERSION
A literal string describing the actual XML version of the document, such as
1.0 or 1.1 . |
static XmlReadingProperty<String> |
XmlReadingProperties.Xerces.General.XML_STRING
Get the string of characters associated with the current event.
|
Copyright © 2025. All rights reserved.