Uses of Package
org.kohsuke.rngom.parse

Packages that use org.kohsuke.rngom.parse
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.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.parse used by org.kohsuke.rngom.ast.builder
Context
          Provides contextual information.
IllegalSchemaException
          Signals a violation of the RELAX NG spec.
Parseable
          An input that can be turned into a RELAX NG pattern.
 

Classes in org.kohsuke.rngom.parse used by org.kohsuke.rngom.ast.util
IllegalSchemaException
          Signals a violation of the RELAX NG spec.
 

Classes in org.kohsuke.rngom.parse used by org.kohsuke.rngom.binary
Context
          Provides contextual information.
IllegalSchemaException
          Signals a violation of the RELAX NG spec.
Parseable
          An input that can be turned into a RELAX NG pattern.
 

Classes in org.kohsuke.rngom.parse used by org.kohsuke.rngom.digested
Context
          Provides contextual information.
IllegalSchemaException
          Signals a violation of the RELAX NG spec.
Parseable
          An input that can be turned into a RELAX NG pattern.
 

Classes in org.kohsuke.rngom.parse used by org.kohsuke.rngom.parse
Context
          Provides contextual information.
IllegalSchemaException
          Signals a violation of the RELAX NG spec.
 

Classes in org.kohsuke.rngom.parse used by org.kohsuke.rngom.parse.compact
Context
          Provides contextual information.
IllegalSchemaException
          Signals a violation of the RELAX NG spec.
Parseable
          An input that can be turned into a RELAX NG pattern.
 

Classes in org.kohsuke.rngom.parse used by org.kohsuke.rngom.parse.host
Context
          Provides contextual information.
IllegalSchemaException
          Signals a violation of the RELAX NG spec.
Parseable
          An input that can be turned into a RELAX NG pattern.
 

Classes in org.kohsuke.rngom.parse used by org.kohsuke.rngom.parse.xml
IllegalSchemaException
          Signals a violation of the RELAX NG spec.
Parseable
          An input that can be turned into a RELAX NG pattern.
 



Copyright © 2011. All Rights Reserved.