xmltorng.framework.document.relaxng
Interface NsName

All Superinterfaces:
NameClass
All Known Implementing Classes:
NsNameImpl

public interface NsName
extends NameClass

Name class for any name belonging to that namespace.


Field Summary
 
Fields inherited from interface xmltorng.framework.document.relaxng.NameClass
NAMECLASS_ANYNAME, NAMECLASS_CHOICE, NAMECLASS_NAME, NAMECLASS_NSNAME
 
Method Summary
 NameClass getExcept()
          Return the except nameClass if any else null.
 java.lang.String getNsURI()
          Return the namespace URI or an empty string.
 
Methods inherited from interface xmltorng.framework.document.relaxng.NameClass
getNameClassType
 

Method Detail

getNsURI

java.lang.String getNsURI()
Return the namespace URI or an empty string. Is not null.


getExcept

NameClass getExcept()
Return the except nameClass if any else null.