Uses of Class
org.kohsuke.rngom.ast.builder.BuildException
-
Packages that use BuildException Package Description com.sun.tools.txw2.builder.relaxng Reads RELAX NG grammar from RNGOM and builds the model for TXW.org.kohsuke.rngom.ast.builder org.kohsuke.rngom.ast.util Typical implementations of the ast.builder/ast.om packages.org.kohsuke.rngom.binary Minimal binarized pattern object model (one example ofast.om
implementation).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.org.kohsuke.rngom.nc Default Name Class Object Model (one example ofast.om
implementation).org.kohsuke.rngom.parse org.kohsuke.rngom.parse.compact org.kohsuke.rngom.parse.host Implementation of theasm.builder
package that uses two other builds simultaneously.org.kohsuke.rngom.parse.xml -
-
Uses of BuildException in com.sun.tools.txw2.builder.relaxng
Methods in com.sun.tools.txw2.builder.relaxng that throw BuildException Modifier and Type Method Description Leaf
SchemaBuilderImpl. annotate(Leaf leaf, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations)
Leaf
SchemaBuilderImpl. annotateAfter(Leaf leaf, ParsedElementAnnotation parsedElementAnnotation)
Leaf
SchemaBuilderImpl. commentAfter(Leaf leaf, CommentListImpl commentList)
Leaf
SchemaBuilderImpl. expandPattern(Leaf leaf)
NameClassBuilder
SchemaBuilderImpl. getNameClassBuilder()
Leaf
SchemaBuilderImpl. makeAttribute(NameClass nameClass, Leaf leaf, LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations)
Leaf
SchemaBuilderImpl. makeChoice(List<Leaf> leaves, LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations)
DataPatternBuilder
SchemaBuilderImpl. makeDataPatternBuilder(String datatypeLibrary, String type, LocatorImpl locator)
Leaf
SchemaBuilderImpl. makeElement(NameClass nameClass, Leaf leaf, LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations)
Leaf
SchemaBuilderImpl. makeExternalRef(Parseable current, String uri, String ns, Scope<Leaf,ParsedElementAnnotation,LocatorImpl,com.sun.tools.txw2.builder.relaxng.AnnotationsImpl,CommentListImpl> scope, LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations)
Leaf
SchemaBuilderImpl. makeGroup(List<Leaf> leaves, LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations)
Leaf
SchemaBuilderImpl. makeInterleave(List<Leaf> leaves, LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations)
Leaf
SchemaBuilderImpl. makeList(Leaf leaf, LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations)
Leaf
SchemaBuilderImpl. makeMixed(Leaf leaf, LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations)
Leaf
SchemaBuilderImpl. makeOneOrMore(Leaf leaf, LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations)
Leaf
SchemaBuilderImpl. makeOptional(Leaf leaf, LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations)
Leaf
SchemaBuilderImpl. makeValue(String datatypeLibrary, String type, String value, Context c, String ns, LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations)
Leaf
SchemaBuilderImpl. makeZeroOrMore(Leaf leaf, LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations)
-
Uses of BuildException in org.kohsuke.rngom.ast.builder
Methods in org.kohsuke.rngom.ast.builder that throw BuildException Modifier and Type Method Description void
Annotations. addAttribute(String ns, String localName, String prefix, String value, L loc)
Called for an attribute annotation.void
Annotations. addComment(CL comments)
Adds comments following the last initial child element annotation.void
CommentList. addComment(String value, L loc)
void
Annotations. addElement(E ea)
Called for a child element annotation.void
Annotations. addLeadingComment(CL comments)
void
DataPatternBuilder. addParam(String name, String value, Context context, String ns, L loc, A anno)
void
ElementAnnotationBuilder. addText(String value, L loc, CL comments)
Called when a child text is found.N
NameClassBuilder. annotate(N nc, A anno)
P
SchemaBuilder. annotate(P p, A anno)
Called when annotation is found right inside a pattern such as,N
NameClassBuilder. annotateAfter(N nc, E e)
P
SchemaBuilder. annotateAfter(P p, E e)
Called when element annotation is found after a pattern.N
NameClassBuilder. commentAfter(N nc, CL comments)
P
SchemaBuilder. commentAfter(P p, CL comments)
void
GrammarSection. define(String name, GrammarSection.Combine combine, P pattern, L loc, A anno)
Called when a pattern is defined.void
Div. endDiv(L loc, A anno)
P
Grammar. endGrammar(L loc, A anno)
void
Include. endInclude(Parseable current, String uri, String ns, L loc, A anno)
P
IncludedGrammar. endIncludedGrammar(L loc, A anno)
P
SchemaBuilder. expandPattern(P p)
Called after all the parsing is done.NameClassBuilder<N,E,L,A,CL>
SchemaBuilder. getNameClassBuilder()
Returns theNameClassBuilder
, which is used to build name classes for thisSchemaBuilder
.P
SchemaBuilder. makeAttribute(N nc, P p, L loc, A anno)
P
SchemaBuilder. makeChoice(List<P> patterns, L loc, A anno)
DataPatternBuilder
SchemaBuilder. makeDataPatternBuilder(String datatypeLibrary, String type, L loc)
P
SchemaBuilder. makeElement(N nc, P p, L loc, A anno)
E
ElementAnnotationBuilder. makeElementAnnotation()
Called at the end to build an application data structure.P
SchemaBuilder. makeExternalRef(Parseable current, String uri, String ns, Scope<P,E,L,A,CL> scope, L loc, A anno)
P
SchemaBuilder. makeGroup(List<P> patterns, L loc, A anno)
P
SchemaBuilder. makeInterleave(List<P> patterns, L loc, A anno)
P
SchemaBuilder. makeList(P p, L loc, A anno)
P
SchemaBuilder. makeMixed(P p, L loc, A anno)
P
SchemaBuilder. makeOneOrMore(P p, L loc, A anno)
P
SchemaBuilder. makeOptional(P p, L loc, A anno)
P
Scope. makeParentRef(String name, L loc, A anno)
P
DataPatternBuilder. makePattern(L loc, A anno)
P
DataPatternBuilder. makePattern(P except, L loc, A anno)
P
Scope. makeRef(String name, L loc, A anno)
P
SchemaBuilder. makeValue(String datatypeLibrary, String type, String value, Context c, String ns, L loc, A anno)
P
SchemaBuilder. makeZeroOrMore(P p, L loc, A anno)
void
GrammarSection. topLevelAnnotation(E ea)
Called when an annotation is found.void
GrammarSection. topLevelComment(CL comments)
Called when a comment is found. -
Uses of BuildException in org.kohsuke.rngom.ast.util
Methods in org.kohsuke.rngom.ast.util that throw BuildException Modifier and Type Method Description ParsedPattern
CheckingSchemaBuilder. expandPattern(ParsedPattern p)
-
Uses of BuildException in org.kohsuke.rngom.binary
-
Uses of BuildException in org.kohsuke.rngom.digested
Methods in org.kohsuke.rngom.digested that throw BuildException Modifier and Type Method Description DPattern
DSchemaBuilderImpl. annotate(DPattern p, org.kohsuke.rngom.digested.Annotation anno)
DPattern
DSchemaBuilderImpl. annotateAfter(DPattern p, org.kohsuke.rngom.digested.ElementWrapper e)
DPattern
DSchemaBuilderImpl. commentAfter(DPattern p, org.kohsuke.rngom.digested.CommentListImpl comments)
DPattern
DSchemaBuilderImpl. expandPattern(DPattern p)
NameClassBuilder
DSchemaBuilderImpl. getNameClassBuilder()
DPattern
DSchemaBuilderImpl. makeAttribute(NameClass nc, DPattern p, LocatorImpl loc, org.kohsuke.rngom.digested.Annotation anno)
DPattern
DSchemaBuilderImpl. makeChoice(List<DPattern> patterns, LocatorImpl loc, org.kohsuke.rngom.digested.Annotation anno)
DataPatternBuilder
DSchemaBuilderImpl. makeDataPatternBuilder(String datatypeLibrary, String type, LocatorImpl loc)
DPattern
DSchemaBuilderImpl. makeElement(NameClass nc, DPattern p, 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)
DPattern
DSchemaBuilderImpl. makeList(DPattern p, LocatorImpl loc, org.kohsuke.rngom.digested.Annotation anno)
DPattern
DSchemaBuilderImpl. makeMixed(DPattern p, LocatorImpl loc, org.kohsuke.rngom.digested.Annotation anno)
DPattern
DSchemaBuilderImpl. makeOneOrMore(DPattern p, LocatorImpl loc, org.kohsuke.rngom.digested.Annotation anno)
DPattern
DSchemaBuilderImpl. makeOptional(DPattern p, LocatorImpl loc, org.kohsuke.rngom.digested.Annotation anno)
DPattern
DSchemaBuilderImpl. makeValue(String datatypeLibrary, String type, String value, Context c, String ns, LocatorImpl loc, org.kohsuke.rngom.digested.Annotation anno)
DPattern
DSchemaBuilderImpl. makeZeroOrMore(DPattern p, LocatorImpl loc, org.kohsuke.rngom.digested.Annotation anno)
-
Uses of BuildException in org.kohsuke.rngom.nc
Methods in org.kohsuke.rngom.nc that throw BuildException Modifier and Type Method Description NameClass
NameClassBuilderImpl. annotate(NameClass nc, A anno)
NameClass
NameClassBuilderImpl. annotateAfter(NameClass nc, E e)
NameClass
NameClassBuilderImpl. commentAfter(NameClass nc, CL comments)
-
Uses of BuildException in org.kohsuke.rngom.parse
Methods in org.kohsuke.rngom.parse that throw BuildException Modifier and Type Method Description <P extends ParsedPattern>
PParseable. parse(SchemaBuilder<?,P,?,?,?,?> sb)
Parses thisParseable
object into a RELAX NG pattern.<P extends ParsedPattern>
PParseable. parseExternal(String uri, SchemaBuilder<?,P,?,?,?,?> f, Scope s, String inheritedNs)
Called fromSchemaBuilder
in response toSchemaBuilder.makeExternalRef(Parseable, String, String, Scope, Location, Annotations)
to parse the referenced grammar.<P extends ParsedPattern>
PParseable. parseInclude(String uri, SchemaBuilder<?,P,?,?,?,?> f, IncludedGrammar<P,?,?,?,?> g, String inheritedNs)
Called fromInclude
in response toInclude.endInclude(Parseable, String, String, Location, Annotations)
to parse the included grammar. -
Uses of BuildException in org.kohsuke.rngom.parse.compact
Methods in org.kohsuke.rngom.parse.compact that throw BuildException Modifier and Type Method Description ParsedPattern
CompactParseable. parse(SchemaBuilder sb)
ParsedPattern
CompactParseable. parseExternal(String uri, SchemaBuilder sb, Scope scope, String inheritedNs)
ParsedPattern
CompactParseable. parseInclude(String uri, SchemaBuilder sb, IncludedGrammar g, String inheritedNs)
-
Uses of BuildException in org.kohsuke.rngom.parse.host
-
Uses of BuildException in org.kohsuke.rngom.parse.xml
Methods in org.kohsuke.rngom.parse.xml that throw BuildException Modifier and Type Method Description ParsedPattern
SAXParseable. parse(SchemaBuilder schemaBuilder)
ParsedPattern
SAXParseable. parseExternal(String uri, SchemaBuilder schemaBuilder, Scope s, String inheritedNs)
ParsedPattern
SAXParseable. parseInclude(String uri, SchemaBuilder schemaBuilder, IncludedGrammar g, String inheritedNs)
-