|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DPattern | |
|---|---|
| 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. |
| Uses of DPattern in org.kohsuke.rngom.digested |
|---|
| Subclasses of DPattern in org.kohsuke.rngom.digested | |
|---|---|
class |
DAttributePattern
|
class |
DChoicePattern
<choice> pattern. |
class |
DContainerPattern
A pattern that can contain other patterns. |
class |
DDataPattern
|
class |
DElementPattern
|
class |
DEmptyPattern
|
class |
DGrammarPattern
<grammar> pattern, which is a collection of named patterns. |
class |
DGroupPattern
|
class |
DInterleavePattern
|
class |
DListPattern
|
class |
DMixedPattern
|
class |
DNotAllowedPattern
|
class |
DOneOrMorePattern
|
class |
DOptionalPattern
|
class |
DRefPattern
|
class |
DTextPattern
|
class |
DUnaryPattern
|
class |
DValuePattern
|
class |
DXmlTokenPattern
|
class |
DZeroOrMorePattern
|
| Methods in org.kohsuke.rngom.digested that return types with arguments of type DPattern | |
|---|---|
Iterator<DPattern> |
DContainerPattern.iterator()
|
| Method parameters in org.kohsuke.rngom.digested with type arguments of type DPattern | |
|---|---|
DPattern |
DSchemaBuilderImpl.makeChoice(List<DPattern> patterns,
LocatorImpl loc,
org.kohsuke.rngom.digested.Annotation anno)
|
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)
|
DPattern |
DSchemaBuilderImpl.makeGroup(List<DPattern> patterns,
LocatorImpl loc,
org.kohsuke.rngom.digested.Annotation anno)
|
DPattern |
DSchemaBuilderImpl.makeInterleave(List<DPattern> patterns,
LocatorImpl loc,
org.kohsuke.rngom.digested.Annotation anno)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||