Uses of Class
com.ctc.wstx.util.StringVector
Packages that use StringVector
Package
Description
This package contains supporting code for handling namespace information;
element stacks that keep track of elements parsed and such.
-
Uses of StringVector in com.ctc.wstx.sr
Fields in com.ctc.wstx.sr declared as StringVectorModifier and TypeFieldDescriptionprotected final StringVectorInputElementStack.mNamespacesVector that contains all currently active namespaces; one String for prefix, another for matching URI.Methods in com.ctc.wstx.sr with parameters of type StringVectorModifier and TypeMethodDescriptionintAttributeCollector.resolveNamespaces(InputProblemReporter rep, StringVector ns) Method called to resolve namespace URIs from attribute prefixes. -
Uses of StringVector in com.ctc.wstx.sw
Fields in com.ctc.wstx.sw declared as StringVectorModifier and TypeFieldDescription(package private) final StringVectorNonNsStreamWriter.mElementsStack of currently open start elements; only local names are included.