| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DAttributePattern |
class |
DElementPattern |
class |
DListPattern |
class |
DMixedPattern |
class |
DOneOrMorePattern |
class |
DOptionalPattern |
class |
DXmlTokenPattern |
class |
DZeroOrMorePattern |
| Modifier and Type | Method and Description |
|---|---|
(package private) static DUnaryPattern |
DSchemaBuilderImpl.addBody(DUnaryPattern parent,
ParsedPattern _body,
LocatorImpl loc) |
| Modifier and Type | Method and Description |
|---|---|
(package private) static DUnaryPattern |
DSchemaBuilderImpl.addBody(DUnaryPattern parent,
ParsedPattern _body,
LocatorImpl loc) |
protected java.lang.Void |
DPatternWalker.onUnary(DUnaryPattern p) |