public static final class XmlReadingProperties.Xerces.DOM extends Object
Modifier and Type | Field and Description |
---|---|
static XmlReadingProperty<Element> |
CURRENT_ELEMENT_NODE
The current DOM element node while parsing.
|
static XmlReadingWritableProperty<String> |
DOCUMENT_CLASS_NAME
The fully qualified name of the class implementing the
Document interface. |
public static final XmlReadingProperty<Element> CURRENT_ELEMENT_NODE
This property is useful for determining the location with a DOM document when an error occurs.
public static final XmlReadingWritableProperty<String> DOCUMENT_CLASS_NAME
Document
interface. The implementation used must have a
zero argument constructor.
Default: org.apache.xerces.dom.DocumentImpl
Note: When the document class name is set to a value other than the name of the default document factory, the deferred node expansion feature does not work.
Copyright © 2025. All rights reserved.