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 StringVector |
InputElementStack.mNamespaces
Vector that contains all currently active namespaces; one String for
prefix, another for matching URI.
|
Modifier and Type | Method and Description |
---|---|
int |
AttributeCollector.resolveNamespaces(InputProblemReporter rep,
StringVector ns)
Method called to resolve namespace URIs from attribute prefixes.
|
Copyright © 2018 FasterXML. All rights reserved.