|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StringVector | |
org.apache.xalan.extensions | Implementation of Xalan Extension Mechanism, which uses the Bean Scripting Framework. |
org.apache.xalan.templates | Implements the trax.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 StringVector | |
ExtensionHandlerGeneral.ExtensionHandlerGeneral(java.lang.String namespaceUri,
StringVector elemNames,
StringVector funcNames,
java.lang.String scriptLang,
java.lang.String scriptSrcURL,
java.lang.String scriptSrc)
**For internal use only** 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 StringVector | |
StringVector |
ElemExtensionDecl.getFunctions()
|
StringVector |
ElemExtensionDecl.getElements()
|
Methods in org.apache.xalan.templates with parameters of type StringVector | |
void |
ElemLiteralResult.setExtensionElementPrefixes(StringVector v)
**For advanced use only** Set the "extension-element-prefixes" property. |
void |
ElemLiteralResult.setExcludeResultPrefixes(StringVector v)
**For advanced use only** Set the "exclude-result-prefixes" property. |
void |
Stylesheet.setExtensionElementPrefixes(StringVector v)
Set the "extension-element-prefixes" property. |
void |
Stylesheet.setExcludeResultPrefixes(StringVector v)
Set the "exclude-result-prefixes" property. |
void |
ElemExtensionDecl.setFunctions(StringVector v)
|
void |
ElemExtensionDecl.setElements(StringVector v)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |