Package | Description |
---|---|
org.kohsuke.rngom.ast.builder | |
org.kohsuke.rngom.binary |
Minimal binarized pattern object model (one example of ast.om implementation).
|
org.kohsuke.rngom.nc |
Default Name Class Object Model (one example of ast.om implementation).
|
org.kohsuke.rngom.parse.compact | |
org.kohsuke.rngom.parse.host |
Implementation of the asm.builder package that uses two
other builds simultaneously.
|
Modifier and Type | Interface and Description |
---|---|
interface |
NameClassBuilder<N extends ParsedNameClass,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>> |
interface |
SchemaBuilder<N extends ParsedNameClass,P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>> |
Modifier and Type | Method and Description |
---|---|
ParsedPattern |
SchemaBuilderImpl.makeAttribute(ParsedNameClass nc,
ParsedPattern p,
Location loc,
Annotations anno) |
ParsedPattern |
SchemaBuilderImpl.makeElement(ParsedNameClass nc,
ParsedPattern p,
Location loc,
Annotations anno) |
Modifier and Type | Class and Description |
---|---|
class |
AnyNameExceptNameClass |
class |
ChoiceNameClass |
class |
NameClass
Name class is a set of
QName s. |
class |
NsNameClass |
class |
NsNameExceptNameClass |
class |
SimpleNameClass |
Modifier and Type | Method and Description |
---|---|
ParsedNameClass |
CompactSyntax.AnnotateAfter(ParsedNameClass nc) |
ParsedNameClass |
CompactSyntax.NameClassAlternatives(int context,
ParsedNameClass nc,
Annotations[] pa) |
Modifier and Type | Method and Description |
---|---|
ParsedPattern |
SchemaBuilderHost.makeAttribute(ParsedNameClass _nc,
ParsedPattern _p,
Location _loc,
Annotations _anno) |
ParsedPattern |
SchemaBuilderHost.makeElement(ParsedNameClass _nc,
ParsedPattern _p,
Location _loc,
Annotations _anno) |
Copyright © 2019 Oracle Corporation. All rights reserved.