Uses of Class
jd.xml.xslt.result.NamespaceSupport.Declaration

Packages that use NamespaceSupport.Declaration
jd.xml.xslt.result Contains classes to output the result of an XSLT tranformation. 
 

Uses of NamespaceSupport.Declaration in jd.xml.xslt.result
 

Fields in jd.xml.xslt.result declared as NamespaceSupport.Declaration
 NamespaceSupport.Declaration NamespaceSupport.Declaration.next
           
 

Methods in jd.xml.xslt.result that return NamespaceSupport.Declaration
 NamespaceSupport.Declaration NamespaceSupport.getElementDeclarations()
          Get the namespace declaration chain for the current element.
 

Constructors in jd.xml.xslt.result with parameters of type NamespaceSupport.Declaration
NamespaceSupport.Declaration(String prefix, String uri, int level, NamespaceSupport.Declaration next)