Uses of Package
org.kohsuke.rngom.ast.builder

Packages that use org.kohsuke.rngom.ast.builder
org.kohsuke.rngom.ast.builder   
org.kohsuke.rngom.ast.util Typical implementations of the ast.builder/ast.om packages. 
org.kohsuke.rngom.binary Minimal binarized pattern object model (one example of ast.om implementation). 
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. 
org.kohsuke.rngom.nc Default Name Class Object Model (one example of ast.om implementation). 
org.kohsuke.rngom.parse   
org.kohsuke.rngom.parse.compact   
org.kohsuke.rngom.parse.host Implementation of the asm.builder package that uses two other builds simultaneously. 
org.kohsuke.rngom.parse.xml   
 

Classes in org.kohsuke.rngom.ast.builder used by org.kohsuke.rngom.ast.builder
Annotations
          Includes attributes and child elements before any RELAX NG element.
BuildException
          Signals an error while building schemas.
CommentList
           
DataPatternBuilder
           
Div
           
ElementAnnotationBuilder
          Used to build foreign element annotations.
Grammar
          Scope for <grammar> element that serves as a container of <define>s.
GrammarSection
          The container that can have <define> elements.
GrammarSection.Combine
           
Include
           
NameClassBuilder
           
Scope
           
 

Classes in org.kohsuke.rngom.ast.builder used by org.kohsuke.rngom.ast.util
BuildException
          Signals an error while building schemas.
SchemaBuilder
           
 

Classes in org.kohsuke.rngom.ast.builder used by org.kohsuke.rngom.binary
Annotations
          Includes attributes and child elements before any RELAX NG element.
BuildException
          Signals an error while building schemas.
CommentList
           
DataPatternBuilder
           
ElementAnnotationBuilder
          Used to build foreign element annotations.
Grammar
          Scope for <grammar> element that serves as a container of <define>s.
NameClassBuilder
           
SchemaBuilder
           
Scope
           
 

Classes in org.kohsuke.rngom.ast.builder used by org.kohsuke.rngom.digested
BuildException
          Signals an error while building schemas.
DataPatternBuilder
           
ElementAnnotationBuilder
          Used to build foreign element annotations.
Grammar
          Scope for <grammar> element that serves as a container of <define>s.
NameClassBuilder
           
SchemaBuilder
           
Scope
           
 

Classes in org.kohsuke.rngom.ast.builder used by org.kohsuke.rngom.nc
Annotations
          Includes attributes and child elements before any RELAX NG element.
BuildException
          Signals an error while building schemas.
CommentList
           
NameClassBuilder
           
 

Classes in org.kohsuke.rngom.ast.builder used by org.kohsuke.rngom.parse
BuildException
          Signals an error while building schemas.
IncludedGrammar
          Scope for <grammar> element of the <include>d grammar.
SchemaBuilder
           
Scope
           
 

Classes in org.kohsuke.rngom.ast.builder used by org.kohsuke.rngom.parse.compact
Annotations
          Includes attributes and child elements before any RELAX NG element.
BuildException
          Signals an error while building schemas.
DataPatternBuilder
           
ElementAnnotationBuilder
          Used to build foreign element annotations.
GrammarSection
          The container that can have <define> elements.
GrammarSection.Combine
           
IncludedGrammar
          Scope for <grammar> element of the <include>d grammar.
SchemaBuilder
           
Scope
           
 

Classes in org.kohsuke.rngom.ast.builder used by org.kohsuke.rngom.parse.host
Annotations
          Includes attributes and child elements before any RELAX NG element.
BuildException
          Signals an error while building schemas.
CommentList
           
DataPatternBuilder
           
Div
           
ElementAnnotationBuilder
          Used to build foreign element annotations.
Grammar
          Scope for <grammar> element that serves as a container of <define>s.
GrammarSection
          The container that can have <define> elements.
GrammarSection.Combine
           
Include
           
NameClassBuilder
           
SchemaBuilder
           
Scope
           
 

Classes in org.kohsuke.rngom.ast.builder used by org.kohsuke.rngom.parse.xml
BuildException
          Signals an error while building schemas.
IncludedGrammar
          Scope for <grammar> element of the <include>d grammar.
SchemaBuilder
           
Scope
           
 



Copyright © 2011. All Rights Reserved.