com.thaiopensource.relaxng.impl
Class ErrorNameClass

java.lang.Object
  extended by com.thaiopensource.relaxng.impl.ErrorNameClass
All Implemented Interfaces:
NameClass, ParsedNameClass

 class ErrorNameClass
extends Object
implements NameClass


Field Summary
 
Fields inherited from interface com.thaiopensource.relaxng.impl.NameClass
SPECIFICITY_ANY_NAME, SPECIFICITY_NAME, SPECIFICITY_NONE, SPECIFICITY_NS_NAME
 
Constructor Summary
ErrorNameClass()
           
 
Method Summary
 void accept(NameClassVisitor visitor)
           
 boolean contains(Name name)
           
 int containsSpecificity(Name name)
           
 boolean isOpen()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorNameClass

ErrorNameClass()
Method Detail

contains

public boolean contains(Name name)
Specified by:
contains in interface NameClass

containsSpecificity

public int containsSpecificity(Name name)
Specified by:
containsSpecificity in interface NameClass

accept

public void accept(NameClassVisitor visitor)
Specified by:
accept in interface NameClass

isOpen

public boolean isOpen()
Specified by:
isOpen in interface NameClass