Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
void |
Include.endInclude(Parseable current,
String uri,
String ns,
L loc,
A anno) |
P |
SchemaBuilder.expandPattern(P p)
Called after all the parsing is done.
|
P |
SchemaBuilder.makeExternalRef(Parseable current,
String uri,
String ns,
Scope<P,E,L,A,CL> scope,
L loc,
A anno) |
Modifier and Type | Method and Description |
---|---|
ParsedPattern |
CheckingSchemaBuilder.expandPattern(ParsedPattern p) |
Modifier and Type | Method and Description |
---|---|
ParsedPattern |
SchemaBuilderImpl.expandPattern(ParsedPattern _pattern) |
Modifier and Type | Method and Description |
---|---|
DPattern |
DSchemaBuilderImpl.expandPattern(DPattern p) |
DPattern |
DSchemaBuilderImpl.makeExternalRef(Parseable current,
String uri,
String ns,
Scope<DPattern,org.kohsuke.rngom.digested.ElementWrapper,LocatorImpl,org.kohsuke.rngom.digested.Annotation,org.kohsuke.rngom.digested.CommentListImpl> scope,
LocatorImpl loc,
org.kohsuke.rngom.digested.Annotation anno) |
Modifier and Type | Method and Description |
---|---|
<P extends ParsedPattern> |
Parseable.parse(SchemaBuilder<?,P,?,?,?,?> sb)
Parses this
Parseable object into a RELAX NG pattern. |
<P extends ParsedPattern> |
Parseable.parseExternal(String uri,
SchemaBuilder<?,P,?,?,?,?> f,
Scope s,
String inheritedNs)
Called from
SchemaBuilder in response to
SchemaBuilder.makeExternalRef(Parseable, String, String, Scope, Location, Annotations)
to parse the referenced grammar. |
<P extends ParsedPattern> |
Parseable.parseInclude(String uri,
SchemaBuilder<?,P,?,?,?,?> f,
IncludedGrammar<P,?,?,?,?> g,
String inheritedNs)
Called from
Include in response to
Include.endInclude(Parseable, String, String, Location, Annotations)
to parse the included grammar. |
Modifier and Type | Method and Description |
---|---|
ParsedPattern |
CompactParseable.parse(SchemaBuilder sb) |
ParsedPattern |
CompactParseable.parseExternal(String uri,
SchemaBuilder sb,
Scope scope,
String inheritedNs) |
ParsedPattern |
CompactParseable.parseInclude(String uri,
SchemaBuilder sb,
IncludedGrammar g,
String inheritedNs) |
Modifier and Type | Method and Description |
---|---|
void |
IncludeHost.endInclude(Parseable current,
String uri,
String ns,
Location _loc,
Annotations _anno) |
ParsedPattern |
SchemaBuilderHost.expandPattern(ParsedPattern _p) |
ParsedPattern |
SchemaBuilderHost.makeExternalRef(Parseable current,
String uri,
String ns,
Scope _scope,
Location _loc,
Annotations _anno) |
Modifier and Type | Method and Description |
---|---|
ParsedPattern |
SAXParseable.parse(SchemaBuilder schemaBuilder) |
ParsedPattern |
SAXParseable.parseExternal(String uri,
SchemaBuilder schemaBuilder,
Scope s,
String inheritedNs) |
ParsedPattern |
SAXParseable.parseInclude(String uri,
SchemaBuilder schemaBuilder,
IncludedGrammar g,
String inheritedNs) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.