| 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 | Method and Description |
|---|---|
CommentListImpl |
DSchemaBuilderImpl.makeCommentList() |
| Modifier and Type | Method and Description |
|---|---|
void |
Annotation.addComment(CommentListImpl comments) |
void |
Annotation.addLeadingComment(CommentListImpl comments) |
DPattern |
DSchemaBuilderImpl.commentAfter(DPattern p,
CommentListImpl comments) |
Annotation |
DSchemaBuilderImpl.makeAnnotations(CommentListImpl comments,
Context context) |
ElementAnnotationBuilder |
DSchemaBuilderImpl.makeElementAnnotationBuilder(java.lang.String ns,
java.lang.String localName,
java.lang.String prefix,
LocatorImpl loc,
CommentListImpl comments,
Context context) |
| Modifier and Type | Method and Description |
|---|---|
DPattern |
DSchemaBuilderImpl.makeExternalRef(Parseable current,
java.lang.String uri,
java.lang.String ns,
Scope<DPattern,ElementWrapper,LocatorImpl,Annotation,CommentListImpl> scope,
LocatorImpl loc,
Annotation anno) |