Uses of Class
org.xml.sax.helpers.NamespaceSupport

Packages that use NamespaceSupport
org.apache.xalan.templates Implements the trax.Templates interface, and defines a set of classes that represent an XSLT stylesheet. 
org.apache.xalan.transformer In charge of run-time transformations and the production of result trees. 
 

Uses of NamespaceSupport in org.apache.xalan.templates
 

Methods in org.apache.xalan.templates with parameters of type NamespaceSupport
 void ElemTemplateElement.setPrefixes(NamespaceSupport nsSupport)
          **For advanced use only** From the SAX2 helper class, set the namespace table for this element.
 void ElemTemplateElement.setPrefixes(NamespaceSupport nsSupport, boolean excludeXSLDecl)
          **For advanced use only** From the SAX2 helper class, set the namespace table for this element.
 

Uses of NamespaceSupport in org.apache.xalan.transformer
 

Methods in org.apache.xalan.transformer that return NamespaceSupport
 NamespaceSupport ResultTreeHandler.getNamespaceSupport()
          Get the NamespaceSupport object.
 



Copyright © 2000 Apache XML Project. All Rights Reserved.