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. mAttributes
Array of attributes collected for this element.protected Attribute[]
AttributeCollector. mNamespaces
Array 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 Attribute
AttributeCollector. resolveNamespaceDecl(int index, boolean internURI)
Method called to resolve and initialize specified collected namespace declaration
-