Uses of Class
org.apache.xml.utils.StringVector
Packages that use StringVector
Package
Description
Implementation of Xalan Extension Mechanism.
Implements the
Templates
interface,
and defines a set of classes that represent an XSLT stylesheet.-
Uses of StringVector in org.apache.xalan.extensions
Constructors in org.apache.xalan.extensions with parameters of type StringVectorModifierConstructorDescriptionExtensionHandlerGeneral
(String namespaceUri, StringVector elemNames, StringVector funcNames, String scriptLang, String scriptSrcURL, String scriptSrc, String systemId) Construct a new extension namespace handler given all the information needed. -
Uses of StringVector in org.apache.xalan.templates
Methods in org.apache.xalan.templates that return StringVectorModifier and TypeMethodDescriptionElemExtensionDecl.getElements()
Get StringVector of elements defined for this extensionElemExtensionDecl.getFunctions()
Get the names of functions defined in this extensionMethods in org.apache.xalan.templates with parameters of type StringVectorModifier and TypeMethodDescriptionvoid
ElemExtensionDecl.setElements
(StringVector v) Set StringVector of elements for this extensionvoid
ElemLiteralResult.setExcludeResultPrefixes
(StringVector v) Set the "exclude-result-prefixes" property.void
Stylesheet.setExcludeResultPrefixes
(StringVector v) Set the "exclude-result-prefixes" property.void
ElemLiteralResult.setExtensionElementPrefixes
(StringVector v) Set the "extension-element-prefixes" property.void
Stylesheet.setExtensionElementPrefixes
(StringVector v) Set the "extension-element-prefixes" property.void
ElemExtensionDecl.setFunctions
(StringVector v) Set the names of functions defined in this extension