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.
|
Modifier and Type | Field and 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 mode
|
Modifier and Type | Method and Description |
---|---|
protected Attribute |
AttributeCollector.resolveNamespaceDecl(int index,
boolean internURI)
Method called to resolve and initialize specified collected
namespace declaration
|