public static final class XmlReadingProperties.Xerces.SAX extends Object
Modifier and Type | Field and Description |
---|---|
static XmlReadingWritableProperty<DeclHandler> |
DECLARATION_HANDLER
Set the handler for DTD declarations.
|
static XmlReadingProperty<String> |
DOCUMENT_XML_VERSION
A literal string describing the actual XML version of the document, such as
1.0 or 1.1 . |
static XmlReadingWritableProperty<Node> |
DOM_NODE
The DOM node currently being visited, if SAX is being used as a DOM iterator.
|
static XmlReadingWritableProperty<LexicalHandler> |
LEXICAL_HANDLER
Set the handler for lexical parsing events.
|
public static final XmlReadingWritableProperty<DeclHandler> DECLARATION_HANDLER
public static final XmlReadingWritableProperty<LexicalHandler> LEXICAL_HANDLER
public static final XmlReadingWritableProperty<Node> DOM_NODE
null
.
Access: read-only (parsing), read-write (not parsing)
Note: This property is only for SAX parser implementations used as DOM tree walkers. Currently, Xerces does not have this functionality.
public static final XmlReadingProperty<String> DOCUMENT_XML_VERSION
1.0
or 1.1
.
This property may only be examined during a parse after the
startDocument
callback has been completed.
Copyright © 2025. All rights reserved.