Uses of Class
org.xml.sax.helpers.NamespaceSupport
| Package | Description |
|---|---|
| org.apache.xalan.templates |
Implements the
Templates interface,
and defines a set of classes that represent an XSLT stylesheet. |
| org.apache.xml.utils |
Implementation of Xalan utility classes.
|
-
Uses of NamespaceSupport in org.apache.xalan.templates
Methods in org.apache.xalan.templates with parameters of type NamespaceSupport Modifier and Type Method Description voidElemTemplateElement. setPrefixes(NamespaceSupport nsSupport)From the SAX2 helper class, set the namespace table for this element.voidElemTemplateElement. setPrefixes(NamespaceSupport nsSupport, boolean excludeXSLDecl)Copy the namespace declarations from the NamespaceSupport object. -
Uses of NamespaceSupport in org.apache.xml.utils
Subclasses of NamespaceSupport in org.apache.xml.utils Modifier and Type Class Description classNamespaceSupport2Encapsulate Namespace tracking logic for use by SAX drivers.