|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.msv.grammar.util.NameClassComparator
com.sun.msv.grammar.util.NameClassCollisionChecker
public class NameClassCollisionChecker
Computes if two name classes collide or not.
This comparator returns true if the intersection of two name classes is non empty.
The same thing can be computed by using the
NameClass.intersection(NameClass, NameClass)
method,
but generally this method is faster.
Constructor Summary | |
---|---|
NameClassCollisionChecker()
|
Method Summary |
---|
Methods inherited from class com.sun.msv.grammar.util.NameClassComparator |
---|
check, onAnyName, onChoice, onDifference, onNot, onNsName, onSimple |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NameClassCollisionChecker()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |