Uses of Package
org.kohsuke.rngom.digested
-
Packages that use org.kohsuke.rngom.digested Package Description com.sun.tools.xjc.reader.relaxng org.kohsuke.rngom.digested Another RELAX NG AST implementation that optimizes away inclusions and some other syntax sugars, while still retaining all the annotations, location information, and etc. -
Classes in org.kohsuke.rngom.digested used by com.sun.tools.xjc.reader.relaxng Class Description DAttributePattern DElementPattern DOneOrMorePattern DPattern Base class of all the patterns.DPatternVisitor DPatternWalker DZeroOrMorePattern -
Classes in org.kohsuke.rngom.digested used by org.kohsuke.rngom.digested Class Description DAnnotation Annotation.DAnnotation.Attribute Attribute.DAttributePattern DChoicePattern <choice>
pattern.DContainerPattern A pattern that can contain other patterns.DDataPattern DDataPattern.Param Parameter to a data pattern.DDefine DElementPattern DEmptyPattern DGrammarPattern <grammar>
pattern, which is a collection of named patterns.DGroupPattern DInterleavePattern DListPattern DMixedPattern DNotAllowedPattern DOneOrMorePattern DOptionalPattern DPattern Base class of all the patterns.DPatternVisitor DRefPattern DTextPattern DUnaryPattern DValuePattern DXMLPrinter.DXMLPrinterVisitor DXMLPrinter.NameClassXMLPrinterVisitor DXMLPrinter.XMLWriter DXmlTokenPattern DZeroOrMorePattern