Package | Description |
---|---|
org.jvnet.staxex.util |
Modifier and Type | Field and Description |
---|---|
private FinalArrayList<org.w3c.dom.Attr> |
DOMStreamReader._currentAttributes
List of attributes extracted from
_namedNodeMap . |
(package private) FinalArrayList<java.lang.String> |
DOMStreamReader.Scope.additionalNamespaces
Additional namespace declarations obtained as a result of "fixing" DOM tree,
which were not part of the original DOM tree.
|
(package private) FinalArrayList<org.w3c.dom.Attr> |
DOMStreamReader.Scope.currentNamespaces
List of namespace declarations extracted from
_namedNodeMap |