Package org.kohsuke.rngom.rngparser.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.
-
Interface Summary Interface Description DPatternVisitor<V> -
Class Summary Class Description DAnnotation Annotation.DAnnotation.Attribute Attribute.DAttributePattern DChoicePattern <choice> pattern.DContainerPattern A pattern that can contain other patterns.DDataPattern 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.DPatternWalker DRefPattern DSchemaBuilderImpl DTextPattern DUnaryPattern DValuePattern DXMLPrinter Printer of RELAX NG digested model to XML using StAXXMLStreamWriter
.DXmlTokenPattern DZeroOrMorePattern Main