Uses of Class
jd.xml.xslt.parser.NamespaceAlias

Packages that use NamespaceAlias
jd.xml.xslt.parser Contains parser classes for stylesheets, stylesheet templates elements and patterns. 
 

Uses of NamespaceAlias in jd.xml.xslt.parser
 

Methods in jd.xml.xslt.parser that return NamespaceAlias
static NamespaceAlias NamespaceAlias.addAlias(String stylesheetUri, String resultUri, NamespaceAlias first)
           
 NamespaceAlias NamespaceAlias.next()
           
 

Methods in jd.xml.xslt.parser with parameters of type NamespaceAlias
static NamespaceAlias NamespaceAlias.addAlias(String stylesheetUri, String resultUri, NamespaceAlias first)