jd.xml.xslt.result
Class NamespaceSupport.Declaration
java.lang.Object
jd.xml.xslt.result.NamespaceSupport.Declaration
- Enclosing class:
- NamespaceSupport
- public static class NamespaceSupport.Declaration
- extends Object
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 |
uri
public String uri
prefix
public final String prefix
next
public final NamespaceSupport.Declaration next
level
final int level
isDefaultNsDeclared
boolean isDefaultNsDeclared
NamespaceSupport.Declaration
public NamespaceSupport.Declaration(String prefix,
String uri,
int level,
NamespaceSupport.Declaration next)
getName
public String getName()
- Return the qualififed name of the namespace declaration.