public final class SchemaBuilderImpl extends Object implements org.kohsuke.rngom.ast.builder.SchemaBuilder<org.kohsuke.rngom.nc.NameClass,Leaf,org.kohsuke.rngom.ast.om.ParsedElementAnnotation,org.kohsuke.rngom.ast.util.LocatorImpl,com.sun.tools.txw2.builder.relaxng.AnnotationsImpl,CommentListImpl>
| Constructor and Description |
|---|
SchemaBuilderImpl(com.sun.codemodel.JCodeModel codeModel) |
| Modifier and Type | Method and Description |
|---|---|
Leaf |
annotate(Leaf leaf,
com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) |
Leaf |
annotateAfter(Leaf leaf,
org.kohsuke.rngom.ast.om.ParsedElementAnnotation parsedElementAnnotation) |
Leaf |
commentAfter(Leaf leaf,
CommentListImpl commentList) |
Leaf |
expandPattern(Leaf leaf) |
org.kohsuke.rngom.ast.builder.NameClassBuilder |
getNameClassBuilder() |
com.sun.tools.txw2.builder.relaxng.AnnotationsImpl |
makeAnnotations(CommentListImpl commentList,
org.kohsuke.rngom.parse.Context context) |
Leaf |
makeAttribute(org.kohsuke.rngom.nc.NameClass nameClass,
Leaf leaf,
org.kohsuke.rngom.ast.util.LocatorImpl locator,
com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) |
Leaf |
makeChoice(List<Leaf> leaves,
org.kohsuke.rngom.ast.util.LocatorImpl locator,
com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) |
CommentListImpl |
makeCommentList() |
org.kohsuke.rngom.ast.builder.DataPatternBuilder |
makeDataPatternBuilder(String datatypeLibrary,
String type,
org.kohsuke.rngom.ast.util.LocatorImpl locator) |
Leaf |
makeElement(org.kohsuke.rngom.nc.NameClass nameClass,
Leaf leaf,
org.kohsuke.rngom.ast.util.LocatorImpl locator,
com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) |
org.kohsuke.rngom.ast.builder.ElementAnnotationBuilder<Leaf,org.kohsuke.rngom.ast.om.ParsedElementAnnotation,org.kohsuke.rngom.ast.util.LocatorImpl,com.sun.tools.txw2.builder.relaxng.AnnotationsImpl,CommentListImpl> |
makeElementAnnotationBuilder(String ns,
String localName,
String prefix,
org.kohsuke.rngom.ast.util.LocatorImpl locator,
CommentListImpl commentList,
org.kohsuke.rngom.parse.Context context) |
Leaf |
makeEmpty(org.kohsuke.rngom.ast.util.LocatorImpl locator,
com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) |
Leaf |
makeErrorPattern() |
Leaf |
makeExternalRef(org.kohsuke.rngom.parse.Parseable current,
String uri,
String ns,
org.kohsuke.rngom.ast.builder.Scope<Leaf,org.kohsuke.rngom.ast.om.ParsedElementAnnotation,org.kohsuke.rngom.ast.util.LocatorImpl,com.sun.tools.txw2.builder.relaxng.AnnotationsImpl,CommentListImpl> scope,
org.kohsuke.rngom.ast.util.LocatorImpl locator,
com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) |
org.kohsuke.rngom.ast.builder.Grammar<Leaf,org.kohsuke.rngom.ast.om.ParsedElementAnnotation,org.kohsuke.rngom.ast.util.LocatorImpl,com.sun.tools.txw2.builder.relaxng.AnnotationsImpl,CommentListImpl> |
makeGrammar(org.kohsuke.rngom.ast.builder.Scope<Leaf,org.kohsuke.rngom.ast.om.ParsedElementAnnotation,org.kohsuke.rngom.ast.util.LocatorImpl,com.sun.tools.txw2.builder.relaxng.AnnotationsImpl,CommentListImpl> scope) |
Leaf |
makeGroup(List<Leaf> leaves,
org.kohsuke.rngom.ast.util.LocatorImpl locator,
com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) |
Leaf |
makeInterleave(List<Leaf> leaves,
org.kohsuke.rngom.ast.util.LocatorImpl locator,
com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) |
Leaf |
makeList(Leaf leaf,
org.kohsuke.rngom.ast.util.LocatorImpl locator,
com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) |
org.kohsuke.rngom.ast.util.LocatorImpl |
makeLocation(String systemId,
int lineNumber,
int columnNumber) |
Leaf |
makeMixed(Leaf leaf,
org.kohsuke.rngom.ast.util.LocatorImpl locator,
com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) |
Leaf |
makeNotAllowed(org.kohsuke.rngom.ast.util.LocatorImpl locator,
com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) |
Leaf |
makeOneOrMore(Leaf leaf,
org.kohsuke.rngom.ast.util.LocatorImpl locator,
com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) |
Leaf |
makeOptional(Leaf leaf,
org.kohsuke.rngom.ast.util.LocatorImpl locator,
com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) |
Leaf |
makeText(org.kohsuke.rngom.ast.util.LocatorImpl locator,
com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) |
Leaf |
makeValue(String datatypeLibrary,
String type,
String value,
org.kohsuke.rngom.parse.Context c,
String ns,
org.kohsuke.rngom.ast.util.LocatorImpl locator,
com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) |
Leaf |
makeZeroOrMore(Leaf leaf,
org.kohsuke.rngom.ast.util.LocatorImpl locator,
com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) |
boolean |
usesComments() |
public SchemaBuilderImpl(com.sun.codemodel.JCodeModel codeModel)
public Leaf expandPattern(Leaf leaf) throws org.kohsuke.rngom.ast.builder.BuildException
expandPattern in interface org.kohsuke.rngom.ast.builder.SchemaBuilder<org.kohsuke.rngom.nc.NameClass,Leaf,org.kohsuke.rngom.ast.om.ParsedElementAnnotation,org.kohsuke.rngom.ast.util.LocatorImpl,com.sun.tools.txw2.builder.relaxng.AnnotationsImpl,CommentListImpl>org.kohsuke.rngom.ast.builder.BuildExceptionpublic org.kohsuke.rngom.ast.builder.NameClassBuilder getNameClassBuilder()
throws org.kohsuke.rngom.ast.builder.BuildException
getNameClassBuilder in interface org.kohsuke.rngom.ast.builder.SchemaBuilder<org.kohsuke.rngom.nc.NameClass,Leaf,org.kohsuke.rngom.ast.om.ParsedElementAnnotation,org.kohsuke.rngom.ast.util.LocatorImpl,com.sun.tools.txw2.builder.relaxng.AnnotationsImpl,CommentListImpl>org.kohsuke.rngom.ast.builder.BuildExceptionpublic Leaf makeChoice(List<Leaf> leaves, org.kohsuke.rngom.ast.util.LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) throws org.kohsuke.rngom.ast.builder.BuildException
makeChoice in interface org.kohsuke.rngom.ast.builder.SchemaBuilder<org.kohsuke.rngom.nc.NameClass,Leaf,org.kohsuke.rngom.ast.om.ParsedElementAnnotation,org.kohsuke.rngom.ast.util.LocatorImpl,com.sun.tools.txw2.builder.relaxng.AnnotationsImpl,CommentListImpl>org.kohsuke.rngom.ast.builder.BuildExceptionpublic Leaf makeInterleave(List<Leaf> leaves, org.kohsuke.rngom.ast.util.LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) throws org.kohsuke.rngom.ast.builder.BuildException
makeInterleave in interface org.kohsuke.rngom.ast.builder.SchemaBuilder<org.kohsuke.rngom.nc.NameClass,Leaf,org.kohsuke.rngom.ast.om.ParsedElementAnnotation,org.kohsuke.rngom.ast.util.LocatorImpl,com.sun.tools.txw2.builder.relaxng.AnnotationsImpl,CommentListImpl>org.kohsuke.rngom.ast.builder.BuildExceptionpublic Leaf makeGroup(List<Leaf> leaves, org.kohsuke.rngom.ast.util.LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) throws org.kohsuke.rngom.ast.builder.BuildException
makeGroup in interface org.kohsuke.rngom.ast.builder.SchemaBuilder<org.kohsuke.rngom.nc.NameClass,Leaf,org.kohsuke.rngom.ast.om.ParsedElementAnnotation,org.kohsuke.rngom.ast.util.LocatorImpl,com.sun.tools.txw2.builder.relaxng.AnnotationsImpl,CommentListImpl>org.kohsuke.rngom.ast.builder.BuildExceptionpublic Leaf makeOneOrMore(Leaf leaf, org.kohsuke.rngom.ast.util.LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) throws org.kohsuke.rngom.ast.builder.BuildException
makeOneOrMore in interface org.kohsuke.rngom.ast.builder.SchemaBuilder<org.kohsuke.rngom.nc.NameClass,Leaf,org.kohsuke.rngom.ast.om.ParsedElementAnnotation,org.kohsuke.rngom.ast.util.LocatorImpl,com.sun.tools.txw2.builder.relaxng.AnnotationsImpl,CommentListImpl>org.kohsuke.rngom.ast.builder.BuildExceptionpublic Leaf makeZeroOrMore(Leaf leaf, org.kohsuke.rngom.ast.util.LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) throws org.kohsuke.rngom.ast.builder.BuildException
makeZeroOrMore in interface org.kohsuke.rngom.ast.builder.SchemaBuilder<org.kohsuke.rngom.nc.NameClass,Leaf,org.kohsuke.rngom.ast.om.ParsedElementAnnotation,org.kohsuke.rngom.ast.util.LocatorImpl,com.sun.tools.txw2.builder.relaxng.AnnotationsImpl,CommentListImpl>org.kohsuke.rngom.ast.builder.BuildExceptionpublic Leaf makeOptional(Leaf leaf, org.kohsuke.rngom.ast.util.LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) throws org.kohsuke.rngom.ast.builder.BuildException
makeOptional in interface org.kohsuke.rngom.ast.builder.SchemaBuilder<org.kohsuke.rngom.nc.NameClass,Leaf,org.kohsuke.rngom.ast.om.ParsedElementAnnotation,org.kohsuke.rngom.ast.util.LocatorImpl,com.sun.tools.txw2.builder.relaxng.AnnotationsImpl,CommentListImpl>org.kohsuke.rngom.ast.builder.BuildExceptionpublic Leaf makeList(Leaf leaf, org.kohsuke.rngom.ast.util.LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) throws org.kohsuke.rngom.ast.builder.BuildException
makeList in interface org.kohsuke.rngom.ast.builder.SchemaBuilder<org.kohsuke.rngom.nc.NameClass,Leaf,org.kohsuke.rngom.ast.om.ParsedElementAnnotation,org.kohsuke.rngom.ast.util.LocatorImpl,com.sun.tools.txw2.builder.relaxng.AnnotationsImpl,CommentListImpl>org.kohsuke.rngom.ast.builder.BuildExceptionpublic Leaf makeMixed(Leaf leaf, org.kohsuke.rngom.ast.util.LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) throws org.kohsuke.rngom.ast.builder.BuildException
makeMixed in interface org.kohsuke.rngom.ast.builder.SchemaBuilder<org.kohsuke.rngom.nc.NameClass,Leaf,org.kohsuke.rngom.ast.om.ParsedElementAnnotation,org.kohsuke.rngom.ast.util.LocatorImpl,com.sun.tools.txw2.builder.relaxng.AnnotationsImpl,CommentListImpl>org.kohsuke.rngom.ast.builder.BuildExceptionpublic Leaf makeEmpty(org.kohsuke.rngom.ast.util.LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations)
makeEmpty in interface org.kohsuke.rngom.ast.builder.SchemaBuilder<org.kohsuke.rngom.nc.NameClass,Leaf,org.kohsuke.rngom.ast.om.ParsedElementAnnotation,org.kohsuke.rngom.ast.util.LocatorImpl,com.sun.tools.txw2.builder.relaxng.AnnotationsImpl,CommentListImpl>public Leaf makeNotAllowed(org.kohsuke.rngom.ast.util.LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations)
makeNotAllowed in interface org.kohsuke.rngom.ast.builder.SchemaBuilder<org.kohsuke.rngom.nc.NameClass,Leaf,org.kohsuke.rngom.ast.om.ParsedElementAnnotation,org.kohsuke.rngom.ast.util.LocatorImpl,com.sun.tools.txw2.builder.relaxng.AnnotationsImpl,CommentListImpl>public Leaf makeText(org.kohsuke.rngom.ast.util.LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations)
makeText in interface org.kohsuke.rngom.ast.builder.SchemaBuilder<org.kohsuke.rngom.nc.NameClass,Leaf,org.kohsuke.rngom.ast.om.ParsedElementAnnotation,org.kohsuke.rngom.ast.util.LocatorImpl,com.sun.tools.txw2.builder.relaxng.AnnotationsImpl,CommentListImpl>public Leaf makeAttribute(org.kohsuke.rngom.nc.NameClass nameClass, Leaf leaf, org.kohsuke.rngom.ast.util.LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) throws org.kohsuke.rngom.ast.builder.BuildException
makeAttribute in interface org.kohsuke.rngom.ast.builder.SchemaBuilder<org.kohsuke.rngom.nc.NameClass,Leaf,org.kohsuke.rngom.ast.om.ParsedElementAnnotation,org.kohsuke.rngom.ast.util.LocatorImpl,com.sun.tools.txw2.builder.relaxng.AnnotationsImpl,CommentListImpl>org.kohsuke.rngom.ast.builder.BuildExceptionpublic Leaf makeElement(org.kohsuke.rngom.nc.NameClass nameClass, Leaf leaf, org.kohsuke.rngom.ast.util.LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) throws org.kohsuke.rngom.ast.builder.BuildException
makeElement in interface org.kohsuke.rngom.ast.builder.SchemaBuilder<org.kohsuke.rngom.nc.NameClass,Leaf,org.kohsuke.rngom.ast.om.ParsedElementAnnotation,org.kohsuke.rngom.ast.util.LocatorImpl,com.sun.tools.txw2.builder.relaxng.AnnotationsImpl,CommentListImpl>org.kohsuke.rngom.ast.builder.BuildExceptionpublic org.kohsuke.rngom.ast.builder.DataPatternBuilder makeDataPatternBuilder(String datatypeLibrary, String type, org.kohsuke.rngom.ast.util.LocatorImpl locator) throws org.kohsuke.rngom.ast.builder.BuildException
makeDataPatternBuilder in interface org.kohsuke.rngom.ast.builder.SchemaBuilder<org.kohsuke.rngom.nc.NameClass,Leaf,org.kohsuke.rngom.ast.om.ParsedElementAnnotation,org.kohsuke.rngom.ast.util.LocatorImpl,com.sun.tools.txw2.builder.relaxng.AnnotationsImpl,CommentListImpl>org.kohsuke.rngom.ast.builder.BuildExceptionpublic Leaf makeValue(String datatypeLibrary, String type, String value, org.kohsuke.rngom.parse.Context c, String ns, org.kohsuke.rngom.ast.util.LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) throws org.kohsuke.rngom.ast.builder.BuildException
makeValue in interface org.kohsuke.rngom.ast.builder.SchemaBuilder<org.kohsuke.rngom.nc.NameClass,Leaf,org.kohsuke.rngom.ast.om.ParsedElementAnnotation,org.kohsuke.rngom.ast.util.LocatorImpl,com.sun.tools.txw2.builder.relaxng.AnnotationsImpl,CommentListImpl>org.kohsuke.rngom.ast.builder.BuildExceptionpublic org.kohsuke.rngom.ast.builder.Grammar<Leaf,org.kohsuke.rngom.ast.om.ParsedElementAnnotation,org.kohsuke.rngom.ast.util.LocatorImpl,com.sun.tools.txw2.builder.relaxng.AnnotationsImpl,CommentListImpl> makeGrammar(org.kohsuke.rngom.ast.builder.Scope<Leaf,org.kohsuke.rngom.ast.om.ParsedElementAnnotation,org.kohsuke.rngom.ast.util.LocatorImpl,com.sun.tools.txw2.builder.relaxng.AnnotationsImpl,CommentListImpl> scope)
makeGrammar in interface org.kohsuke.rngom.ast.builder.SchemaBuilder<org.kohsuke.rngom.nc.NameClass,Leaf,org.kohsuke.rngom.ast.om.ParsedElementAnnotation,org.kohsuke.rngom.ast.util.LocatorImpl,com.sun.tools.txw2.builder.relaxng.AnnotationsImpl,CommentListImpl>public Leaf annotate(Leaf leaf, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) throws org.kohsuke.rngom.ast.builder.BuildException
annotate in interface org.kohsuke.rngom.ast.builder.SchemaBuilder<org.kohsuke.rngom.nc.NameClass,Leaf,org.kohsuke.rngom.ast.om.ParsedElementAnnotation,org.kohsuke.rngom.ast.util.LocatorImpl,com.sun.tools.txw2.builder.relaxng.AnnotationsImpl,CommentListImpl>org.kohsuke.rngom.ast.builder.BuildExceptionpublic Leaf annotateAfter(Leaf leaf, org.kohsuke.rngom.ast.om.ParsedElementAnnotation parsedElementAnnotation) throws org.kohsuke.rngom.ast.builder.BuildException
annotateAfter in interface org.kohsuke.rngom.ast.builder.SchemaBuilder<org.kohsuke.rngom.nc.NameClass,Leaf,org.kohsuke.rngom.ast.om.ParsedElementAnnotation,org.kohsuke.rngom.ast.util.LocatorImpl,com.sun.tools.txw2.builder.relaxng.AnnotationsImpl,CommentListImpl>org.kohsuke.rngom.ast.builder.BuildExceptionpublic Leaf makeErrorPattern()
makeErrorPattern in interface org.kohsuke.rngom.ast.builder.SchemaBuilder<org.kohsuke.rngom.nc.NameClass,Leaf,org.kohsuke.rngom.ast.om.ParsedElementAnnotation,org.kohsuke.rngom.ast.util.LocatorImpl,com.sun.tools.txw2.builder.relaxng.AnnotationsImpl,CommentListImpl>public boolean usesComments()
usesComments in interface org.kohsuke.rngom.ast.builder.SchemaBuilder<org.kohsuke.rngom.nc.NameClass,Leaf,org.kohsuke.rngom.ast.om.ParsedElementAnnotation,org.kohsuke.rngom.ast.util.LocatorImpl,com.sun.tools.txw2.builder.relaxng.AnnotationsImpl,CommentListImpl>public Leaf makeExternalRef(org.kohsuke.rngom.parse.Parseable current, String uri, String ns, org.kohsuke.rngom.ast.builder.Scope<Leaf,org.kohsuke.rngom.ast.om.ParsedElementAnnotation,org.kohsuke.rngom.ast.util.LocatorImpl,com.sun.tools.txw2.builder.relaxng.AnnotationsImpl,CommentListImpl> scope, org.kohsuke.rngom.ast.util.LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) throws org.kohsuke.rngom.ast.builder.BuildException, org.kohsuke.rngom.parse.IllegalSchemaException
makeExternalRef in interface org.kohsuke.rngom.ast.builder.SchemaBuilder<org.kohsuke.rngom.nc.NameClass,Leaf,org.kohsuke.rngom.ast.om.ParsedElementAnnotation,org.kohsuke.rngom.ast.util.LocatorImpl,com.sun.tools.txw2.builder.relaxng.AnnotationsImpl,CommentListImpl>org.kohsuke.rngom.ast.builder.BuildExceptionorg.kohsuke.rngom.parse.IllegalSchemaExceptionpublic org.kohsuke.rngom.ast.util.LocatorImpl makeLocation(String systemId, int lineNumber, int columnNumber)
makeLocation in interface org.kohsuke.rngom.ast.builder.SchemaBuilder<org.kohsuke.rngom.nc.NameClass,Leaf,org.kohsuke.rngom.ast.om.ParsedElementAnnotation,org.kohsuke.rngom.ast.util.LocatorImpl,com.sun.tools.txw2.builder.relaxng.AnnotationsImpl,CommentListImpl>public com.sun.tools.txw2.builder.relaxng.AnnotationsImpl makeAnnotations(CommentListImpl commentList, org.kohsuke.rngom.parse.Context context)
makeAnnotations in interface org.kohsuke.rngom.ast.builder.SchemaBuilder<org.kohsuke.rngom.nc.NameClass,Leaf,org.kohsuke.rngom.ast.om.ParsedElementAnnotation,org.kohsuke.rngom.ast.util.LocatorImpl,com.sun.tools.txw2.builder.relaxng.AnnotationsImpl,CommentListImpl>public org.kohsuke.rngom.ast.builder.ElementAnnotationBuilder<Leaf,org.kohsuke.rngom.ast.om.ParsedElementAnnotation,org.kohsuke.rngom.ast.util.LocatorImpl,com.sun.tools.txw2.builder.relaxng.AnnotationsImpl,CommentListImpl> makeElementAnnotationBuilder(String ns, String localName, String prefix, org.kohsuke.rngom.ast.util.LocatorImpl locator, CommentListImpl commentList, org.kohsuke.rngom.parse.Context context)
makeElementAnnotationBuilder in interface org.kohsuke.rngom.ast.builder.SchemaBuilder<org.kohsuke.rngom.nc.NameClass,Leaf,org.kohsuke.rngom.ast.om.ParsedElementAnnotation,org.kohsuke.rngom.ast.util.LocatorImpl,com.sun.tools.txw2.builder.relaxng.AnnotationsImpl,CommentListImpl>public CommentListImpl makeCommentList()
makeCommentList in interface org.kohsuke.rngom.ast.builder.SchemaBuilder<org.kohsuke.rngom.nc.NameClass,Leaf,org.kohsuke.rngom.ast.om.ParsedElementAnnotation,org.kohsuke.rngom.ast.util.LocatorImpl,com.sun.tools.txw2.builder.relaxng.AnnotationsImpl,CommentListImpl>public Leaf commentAfter(Leaf leaf, CommentListImpl commentList) throws org.kohsuke.rngom.ast.builder.BuildException
commentAfter in interface org.kohsuke.rngom.ast.builder.SchemaBuilder<org.kohsuke.rngom.nc.NameClass,Leaf,org.kohsuke.rngom.ast.om.ParsedElementAnnotation,org.kohsuke.rngom.ast.util.LocatorImpl,com.sun.tools.txw2.builder.relaxng.AnnotationsImpl,CommentListImpl>org.kohsuke.rngom.ast.builder.BuildExceptionCopyright © 2013 Oracle. All Rights Reserved.