BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Uses of Class
weblogic.apache.xml.utils.StringVector

Packages that use StringVector
weblogic.apache.xalan.extensions   
weblogic.apache.xalan.templates   
 

Uses of StringVector in weblogic.apache.xalan.extensions
 

Constructors in weblogic.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)
          Construct a new extension namespace handler given all the information needed.
 

Uses of StringVector in weblogic.apache.xalan.templates
 

Methods in weblogic.apache.xalan.templates that return StringVector
 StringVector ElemExtensionDecl.getFunctions()
          Get the names of functions defined in this extension
 StringVector ElemExtensionDecl.getElements()
          Get StringVector of elements defined for this extension
 

Methods in weblogic.apache.xalan.templates with parameters of type StringVector
 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)
          Set the names of functions defined in this extension
 void ElemExtensionDecl.setElements(StringVector v)
          Set StringVector of elements for this extension
 void ElemLiteralResult.setExtensionElementPrefixes(StringVector v)
          Set the "extension-element-prefixes" property.
 void ElemLiteralResult.setExcludeResultPrefixes(StringVector v)
          Set the "exclude-result-prefixes" property.
 


Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.