Class NameClassComparator

java.lang.Object
com.sun.msv.grammar.util.NameClassComparator
All Implemented Interfaces:
NameClassVisitor
Direct Known Subclasses:
NameClassCollisionChecker

public abstract class NameClassComparator extends Object implements NameClassVisitor
Abstract implementation of a function
   NameClass x NameClass ->  boolean
 
Override the probe method to define the actual function.

To compute, create an instance and call the check method. This class is not reentrant, so the caller is responsible not to reuse the same object by multiple threads.