xmltorng.document.relaxng.impl
Class AnyNameImpl

java.lang.Object
  extended by xmltorng.document.relaxng.impl.AnyNameImpl
All Implemented Interfaces:
AnyName, NameClass

public class AnyNameImpl
extends java.lang.Object
implements AnyName


Field Summary
 
Fields inherited from interface xmltorng.framework.document.relaxng.NameClass
NAMECLASS_ANYNAME, NAMECLASS_CHOICE, NAMECLASS_NAME, NAMECLASS_NSNAME
 
Constructor Summary
AnyNameImpl()
           
 
Method Summary
 NameClass getExcept()
          Return the except nameClass if any else null.
 int getNameClassType()
          Return the nameClass type.
 void setExcept(NameClass except)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnyNameImpl

public AnyNameImpl()
Method Detail

setExcept

public void setExcept(NameClass except)

getNameClassType

public int getNameClassType()
Description copied from interface: NameClass
Return the nameClass type. Is one of the NAMECLASS_* constants.

Specified by:
getNameClassType in interface NameClass

getExcept

public NameClass getExcept()
Description copied from interface: AnyName
Return the except nameClass if any else null.

Specified by:
getExcept in interface AnyName