Uses of Class
com.ctc.wstx.util.StringVector
-
Packages that use StringVector 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.com.ctc.wstx.sw -
-
Uses of StringVector in com.ctc.wstx.sr
Fields in com.ctc.wstx.sr declared as StringVector Modifier and Type Field Description protected StringVector
InputElementStack. mNamespaces
Vector that contains all currently active namespaces; one String for prefix, another for matching URI.Methods in com.ctc.wstx.sr with parameters of type StringVector Modifier and Type Method Description int
AttributeCollector. 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 StringVector Modifier and Type Field Description (package private) StringVector
NonNsStreamWriter. mElements
Stack of currently open start elements; only local names are included.
-