Uses of Class
com.sun.msv.grammar.NotNameClass
-
Packages that use NotNameClass Package Description com.sun.msv.grammar abstract grammar model(AGM): common part.com.sun.msv.grammar.util Miscellaneous utility classes.com.sun.msv.reader.trex.ng parses RELAX NG into AGM.com.sun.msv.writer.relaxng AGM to RELAX NG converter -
-
Uses of NotNameClass in com.sun.msv.grammar
Methods in com.sun.msv.grammar with parameters of type NotNameClass Modifier and Type Method Description java.lang.Object
NameClassVisitor. onNot(NotNameClass nc)
-
Uses of NotNameClass in com.sun.msv.grammar.util
Methods in com.sun.msv.grammar.util with parameters of type NotNameClass Modifier and Type Method Description java.lang.Object
NameClassComparator. onNot(NotNameClass nc)
java.lang.Object
PossibleNamesCollector. onNot(NotNameClass nc)
-
Uses of NotNameClass in com.sun.msv.reader.trex.ng
Methods in com.sun.msv.reader.trex.ng with parameters of type NotNameClass Modifier and Type Method Description java.lang.Object
RestrictionChecker.NameClassWalker. onNot(NotNameClass nc)
-
Uses of NotNameClass in com.sun.msv.writer.relaxng
Methods in com.sun.msv.writer.relaxng with parameters of type NotNameClass Modifier and Type Method Description java.lang.Object
NameClassWriter. onNot(NotNameClass nc)
-