Uses of Class
org.apache.xml.utils.StringVector
| Package | Description |
|---|---|
| org.apache.xalan.templates |
Implements the
Templates interface,
and defines a set of classes that represent an XSLT stylesheet. |
| org.apache.xml.dtm.ref.sax2dtm |
-
Uses of StringVector in org.apache.xalan.templates
Methods in org.apache.xalan.templates that return StringVector Modifier and Type Method Description StringVectorElemExtensionDecl. getElements()Get StringVector of elements defined for this extensionStringVectorElemExtensionDecl. getFunctions()Get the names of functions defined in this extensionMethods in org.apache.xalan.templates with parameters of type StringVector Modifier and Type Method Description voidElemExtensionDecl. setElements(StringVector v)Set StringVector of elements for this extensionvoidElemLiteralResult. setExcludeResultPrefixes(StringVector v)Set the "exclude-result-prefixes" property.voidStylesheet. setExcludeResultPrefixes(StringVector v)Set the "exclude-result-prefixes" property.voidElemLiteralResult. setExtensionElementPrefixes(StringVector v)Set the "extension-element-prefixes" property.voidStylesheet. setExtensionElementPrefixes(StringVector v)Set the "extension-element-prefixes" property.voidElemExtensionDecl. setFunctions(StringVector v)Set the names of functions defined in this extension -
Uses of StringVector in org.apache.xml.dtm.ref.sax2dtm
Fields in org.apache.xml.dtm.ref.sax2dtm declared as StringVector Modifier and Type Field Description protected StringVectorSAX2DTM. m_sourceSystemIdMade protected for access by SAX2RTFDTM.