Uses of Class
org.kohsuke.rngom.parse.host.Base
-
Packages that use Base Package Description org.kohsuke.rngom.ast.util Typical implementations of the ast.builder/ast.om packages.org.kohsuke.rngom.parse.host Implementation of theasm.builder
package that uses two other builds simultaneously. -
-
Uses of Base in org.kohsuke.rngom.ast.util
Subclasses of Base in org.kohsuke.rngom.ast.util Modifier and Type Class Description class
CheckingSchemaBuilder
Wraps aSchemaBuilder
and does all the semantic checks required by the RELAX NG spec. -
Uses of Base in org.kohsuke.rngom.parse.host
Subclasses of Base in org.kohsuke.rngom.parse.host Modifier and Type Class Description class
DivHost
class
GrammarHost
WrapsGrammar
and provides error checking.class
GrammarSectionHost
class
IncludeHost
class
SchemaBuilderHost
class
ScopeHost
-