Package 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.

See:
          Description

Interface Summary
DPatternVisitor<V>  
 

Class Summary
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 Parses as Parseable into a DPattern.
DTextPattern  
DUnaryPattern  
DValuePattern  
DXMLPrinter Printer of RELAX NG digested model to XML using StAX XMLStreamWriter.
DXmlTokenPattern  
DZeroOrMorePattern  
Main  
 

Exception Summary
 

Package org.kohsuke.rngom.digested Description

Another RELAX NG AST implementation that optimizes away inclusions and some other syntax sugars, while still retaining all the annotations, location information, and etc.



Copyright © 2011. All Rights Reserved.