Uses of Class
org.jvnet.staxex.util.FinalArrayList
-
Packages that use FinalArrayList Package Description org.jvnet.staxex.util -
-
Uses of FinalArrayList in org.jvnet.staxex.util
Fields in org.jvnet.staxex.util declared as FinalArrayList Modifier and Type Field 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
-