jd.xml.xslt.result
Class NamespaceSupport.Declaration

java.lang.Object
  extended byjd.xml.xslt.result.NamespaceSupport.Declaration
Enclosing class:
NamespaceSupport

public static class NamespaceSupport.Declaration
extends Object


Field Summary
(package private)  boolean isDefaultNsDeclared
           
(package private)  int level
           
 NamespaceSupport.Declaration next
           
 String prefix
           
 String uri
           
 
Constructor Summary
NamespaceSupport.Declaration(String prefix, String uri, int level, NamespaceSupport.Declaration next)
           
 
Method Summary
 String getName()
          Return the qualififed name of the namespace declaration.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

uri

public String uri

prefix

public final String prefix

next

public final NamespaceSupport.Declaration next

level

final int level

isDefaultNsDeclared

boolean isDefaultNsDeclared
Constructor Detail

NamespaceSupport.Declaration

public NamespaceSupport.Declaration(String prefix,
                                    String uri,
                                    int level,
                                    NamespaceSupport.Declaration next)
Method Detail

getName

public String getName()
Return the qualififed name of the namespace declaration.