Uses of Class
com.ctc.wstx.sr.Attribute
-
Packages that use Attribute Package Description com.ctc.wstx.sr This package contains supporting code for handling namespace information; element stacks that keep track of elements parsed and such. -
-
Uses of Attribute in com.ctc.wstx.sr
Fields in com.ctc.wstx.sr declared as Attribute Modifier and Type Field Description protected Attribute[]AttributeCollector. mAttributesArray of attributes collected for this element.protected Attribute[]AttributeCollector. mNamespacesArray of namespace declaration attributes collected for this element; not used in non-namespace-aware modeMethods in com.ctc.wstx.sr that return Attribute Modifier and Type Method Description protected AttributeAttributeCollector. resolveNamespaceDecl(int index, boolean internURI)Method called to resolve and initialize specified collected namespace declaration
-