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.ObjectNameClassVisitor. 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.ObjectNameClassComparator. onNot(NotNameClass nc)java.lang.ObjectPossibleNamesCollector. 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.ObjectRestrictionChecker.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.ObjectNameClassWriter. onNot(NotNameClass nc)
-