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.omimplementation).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.omimplementation).org.kohsuke.rngom.parse org.kohsuke.rngom.parse.compact org.kohsuke.rngom.parse.host Implementation of theasm.builderpackage 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 LeafSchemaBuilderImpl. annotate(Leaf leaf, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations)LeafSchemaBuilderImpl. annotateAfter(Leaf leaf, ParsedElementAnnotation parsedElementAnnotation)LeafSchemaBuilderImpl. commentAfter(Leaf leaf, CommentListImpl commentList)LeafSchemaBuilderImpl. expandPattern(Leaf leaf)NameClassBuilderSchemaBuilderImpl. getNameClassBuilder()LeafSchemaBuilderImpl. makeAttribute(NameClass nameClass, Leaf leaf, LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations)LeafSchemaBuilderImpl. makeChoice(java.util.List<Leaf> leaves, LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations)DataPatternBuilderSchemaBuilderImpl. makeDataPatternBuilder(java.lang.String datatypeLibrary, java.lang.String type, LocatorImpl locator)LeafSchemaBuilderImpl. makeElement(NameClass nameClass, Leaf leaf, LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations)LeafSchemaBuilderImpl. makeExternalRef(Parseable current, java.lang.String uri, java.lang.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)LeafSchemaBuilderImpl. makeGroup(java.util.List<Leaf> leaves, LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations)LeafSchemaBuilderImpl. makeInterleave(java.util.List<Leaf> leaves, LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations)LeafSchemaBuilderImpl. makeList(Leaf leaf, LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations)LeafSchemaBuilderImpl. makeMixed(Leaf leaf, LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations)LeafSchemaBuilderImpl. makeOneOrMore(Leaf leaf, LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations)LeafSchemaBuilderImpl. makeOptional(Leaf leaf, LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations)LeafSchemaBuilderImpl. makeValue(java.lang.String datatypeLibrary, java.lang.String type, java.lang.String value, Context c, java.lang.String ns, LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations)LeafSchemaBuilderImpl. 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 voidAnnotations. addAttribute(java.lang.String ns, java.lang.String localName, java.lang.String prefix, java.lang.String value, L loc)Called for an attribute annotation.voidAnnotations. addComment(CL comments)Adds comments following the last initial child element annotation.voidCommentList. addComment(java.lang.String value, L loc)voidAnnotations. addElement(E ea)Called for a child element annotation.voidAnnotations. addLeadingComment(CL comments)voidDataPatternBuilder. addParam(java.lang.String name, java.lang.String value, Context context, java.lang.String ns, L loc, A anno)voidElementAnnotationBuilder. addText(java.lang.String value, L loc, CL comments)Called when a child text is found.NNameClassBuilder. annotate(N nc, A anno)PSchemaBuilder. annotate(P p, A anno)Called when annotation is found right inside a pattern such as,NNameClassBuilder. annotateAfter(N nc, E e)PSchemaBuilder. annotateAfter(P p, E e)Called when element annotation is found after a pattern.NNameClassBuilder. commentAfter(N nc, CL comments)PSchemaBuilder. commentAfter(P p, CL comments)voidGrammarSection. define(java.lang.String name, GrammarSection.Combine combine, P pattern, L loc, A anno)Called when a pattern is defined.voidDiv. endDiv(L loc, A anno)PGrammar. endGrammar(L loc, A anno)voidInclude. endInclude(Parseable current, java.lang.String uri, java.lang.String ns, L loc, A anno)PIncludedGrammar. endIncludedGrammar(L loc, A anno)PSchemaBuilder. 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.PSchemaBuilder. makeAttribute(N nc, P p, L loc, A anno)PSchemaBuilder. makeChoice(java.util.List<P> patterns, L loc, A anno)DataPatternBuilderSchemaBuilder. makeDataPatternBuilder(java.lang.String datatypeLibrary, java.lang.String type, L loc)PSchemaBuilder. makeElement(N nc, P p, L loc, A anno)EElementAnnotationBuilder. makeElementAnnotation()Called at the end to build an application data structure.PSchemaBuilder. makeExternalRef(Parseable current, java.lang.String uri, java.lang.String ns, Scope<P,E,L,A,CL> scope, L loc, A anno)PSchemaBuilder. makeGroup(java.util.List<P> patterns, L loc, A anno)PSchemaBuilder. makeInterleave(java.util.List<P> patterns, L loc, A anno)PSchemaBuilder. makeList(P p, L loc, A anno)PSchemaBuilder. makeMixed(P p, L loc, A anno)PSchemaBuilder. makeOneOrMore(P p, L loc, A anno)PSchemaBuilder. makeOptional(P p, L loc, A anno)PScope. makeParentRef(java.lang.String name, L loc, A anno)PDataPatternBuilder. makePattern(L loc, A anno)PDataPatternBuilder. makePattern(P except, L loc, A anno)PScope. makeRef(java.lang.String name, L loc, A anno)PSchemaBuilder. makeValue(java.lang.String datatypeLibrary, java.lang.String type, java.lang.String value, Context c, java.lang.String ns, L loc, A anno)PSchemaBuilder. makeZeroOrMore(P p, L loc, A anno)voidGrammarSection. topLevelAnnotation(E ea)Called when an annotation is found.voidGrammarSection. 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 ParsedPatternCheckingSchemaBuilder. expandPattern(ParsedPattern p) -
Uses of BuildException in org.kohsuke.rngom.binary
Methods in org.kohsuke.rngom.binary that throw BuildException Modifier and Type Method Description voidSchemaBuilderImpl. addComment(java.lang.String value, Location loc)voidSchemaBuilderImpl. addComment(CommentList comments)voidSchemaBuilderImpl. addLeadingComment(CommentList comments)voidSchemaBuilderImpl. addText(java.lang.String value, Location loc, CommentList comments)ParsedPatternSchemaBuilderImpl. annotate(ParsedPattern p, Annotations anno)ParsedPatternSchemaBuilderImpl. annotateAfter(ParsedPattern p, ParsedElementAnnotation e)ParsedPatternSchemaBuilderImpl. commentAfter(ParsedPattern p, CommentList comments)ParsedPatternSchemaBuilderImpl. expandPattern(ParsedPattern _pattern)ParsedPatternSchemaBuilderImpl. makeAttribute(ParsedNameClass nc, ParsedPattern p, Location loc, Annotations anno)ParsedPatternSchemaBuilderImpl. makeChoice(java.util.List patterns, Location loc, Annotations anno)DataPatternBuilderSchemaBuilderImpl. makeDataPatternBuilder(java.lang.String datatypeLibrary, java.lang.String type, Location loc)ParsedPatternSchemaBuilderImpl. makeElement(ParsedNameClass nc, ParsedPattern p, Location loc, Annotations anno)ParsedPatternSchemaBuilderImpl. makeExternalRef(Parseable current, java.lang.String uri, java.lang.String ns, Scope scope, Location loc, Annotations anno)ParsedPatternSchemaBuilderImpl. makeGroup(java.util.List patterns, Location loc, Annotations anno)ParsedPatternSchemaBuilderImpl. makeInterleave(java.util.List patterns, Location loc, Annotations anno)ParsedPatternSchemaBuilderImpl. makeList(ParsedPattern p, Location loc, Annotations anno)ParsedPatternSchemaBuilderImpl. makeMixed(ParsedPattern p, Location loc, Annotations anno)ParsedPatternSchemaBuilderImpl. makeOneOrMore(ParsedPattern p, Location loc, Annotations anno)ParsedPatternSchemaBuilderImpl. makeOptional(ParsedPattern p, Location loc, Annotations anno)ParsedPatternSchemaBuilderImpl. makeValue(java.lang.String datatypeLibrary, java.lang.String type, java.lang.String value, Context context, java.lang.String ns, Location loc, Annotations anno)ParsedPatternSchemaBuilderImpl. makeZeroOrMore(ParsedPattern p, Location loc, Annotations anno) -
Uses of BuildException in org.kohsuke.rngom.digested
Methods in org.kohsuke.rngom.digested that throw BuildException Modifier and Type Method Description DPatternDSchemaBuilderImpl. annotate(DPattern p, org.kohsuke.rngom.digested.Annotation anno)DPatternDSchemaBuilderImpl. annotateAfter(DPattern p, org.kohsuke.rngom.digested.ElementWrapper e)DPatternDSchemaBuilderImpl. commentAfter(DPattern p, org.kohsuke.rngom.digested.CommentListImpl comments)DPatternDSchemaBuilderImpl. expandPattern(DPattern p)NameClassBuilderDSchemaBuilderImpl. getNameClassBuilder()DPatternDSchemaBuilderImpl. makeAttribute(NameClass nc, DPattern p, LocatorImpl loc, org.kohsuke.rngom.digested.Annotation anno)DPatternDSchemaBuilderImpl. makeChoice(java.util.List<DPattern> patterns, LocatorImpl loc, org.kohsuke.rngom.digested.Annotation anno)DataPatternBuilderDSchemaBuilderImpl. makeDataPatternBuilder(java.lang.String datatypeLibrary, java.lang.String type, LocatorImpl loc)DPatternDSchemaBuilderImpl. makeElement(NameClass nc, DPattern p, LocatorImpl loc, org.kohsuke.rngom.digested.Annotation anno)DPatternDSchemaBuilderImpl. makeExternalRef(Parseable current, java.lang.String uri, java.lang.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)DPatternDSchemaBuilderImpl. makeGroup(java.util.List<DPattern> patterns, LocatorImpl loc, org.kohsuke.rngom.digested.Annotation anno)DPatternDSchemaBuilderImpl. makeInterleave(java.util.List<DPattern> patterns, LocatorImpl loc, org.kohsuke.rngom.digested.Annotation anno)DPatternDSchemaBuilderImpl. makeList(DPattern p, LocatorImpl loc, org.kohsuke.rngom.digested.Annotation anno)DPatternDSchemaBuilderImpl. makeMixed(DPattern p, LocatorImpl loc, org.kohsuke.rngom.digested.Annotation anno)DPatternDSchemaBuilderImpl. makeOneOrMore(DPattern p, LocatorImpl loc, org.kohsuke.rngom.digested.Annotation anno)DPatternDSchemaBuilderImpl. makeOptional(DPattern p, LocatorImpl loc, org.kohsuke.rngom.digested.Annotation anno)DPatternDSchemaBuilderImpl. makeValue(java.lang.String datatypeLibrary, java.lang.String type, java.lang.String value, Context c, java.lang.String ns, LocatorImpl loc, org.kohsuke.rngom.digested.Annotation anno)DPatternDSchemaBuilderImpl. 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 NameClassNameClassBuilderImpl. annotate(NameClass nc, A anno)NameClassNameClassBuilderImpl. annotateAfter(NameClass nc, E e)NameClassNameClassBuilderImpl. 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 thisParseableobject into a RELAX NG pattern.<P extends ParsedPattern>
PParseable. parseExternal(java.lang.String uri, SchemaBuilder<?,P,?,?,?,?> f, Scope s, java.lang.String inheritedNs)Called fromSchemaBuilderin response toSchemaBuilder.makeExternalRef(Parseable, String, String, Scope, Location, Annotations)to parse the referenced grammar.<P extends ParsedPattern>
PParseable. parseInclude(java.lang.String uri, SchemaBuilder<?,P,?,?,?,?> f, IncludedGrammar<P,?,?,?,?> g, java.lang.String inheritedNs)Called fromIncludein 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 ParsedPatternCompactParseable. parse(SchemaBuilder sb)ParsedPatternCompactParseable. parseExternal(java.lang.String uri, SchemaBuilder sb, Scope scope, java.lang.String inheritedNs)ParsedPatternCompactParseable. parseInclude(java.lang.String uri, SchemaBuilder sb, IncludedGrammar g, java.lang.String inheritedNs) -
Uses of BuildException in org.kohsuke.rngom.parse.host
Methods in org.kohsuke.rngom.parse.host that throw BuildException Modifier and Type Method Description ParsedPatternSchemaBuilderHost. annotate(ParsedPattern _p, Annotations _anno)ParsedPatternSchemaBuilderHost. annotateAfter(ParsedPattern _p, ParsedElementAnnotation _e)ParsedPatternSchemaBuilderHost. commentAfter(ParsedPattern _p, CommentList _comments)voidGrammarSectionHost. define(java.lang.String name, GrammarSection.Combine combine, ParsedPattern _pattern, Location _loc, Annotations _anno)voidDivHost. endDiv(Location _loc, Annotations _anno)ParsedPatternGrammarHost. endGrammar(Location _loc, Annotations _anno)voidIncludeHost. endInclude(Parseable current, java.lang.String uri, java.lang.String ns, Location _loc, Annotations _anno)ParsedPatternSchemaBuilderHost. expandPattern(ParsedPattern _p)NameClassBuilderSchemaBuilderHost. getNameClassBuilder()ParsedPatternSchemaBuilderHost. makeAttribute(ParsedNameClass _nc, ParsedPattern _p, Location _loc, Annotations _anno)ParsedPatternSchemaBuilderHost. makeChoice(java.util.List patterns, Location _loc, Annotations _anno)DataPatternBuilderSchemaBuilderHost. makeDataPatternBuilder(java.lang.String datatypeLibrary, java.lang.String type, Location _loc)ParsedPatternSchemaBuilderHost. makeElement(ParsedNameClass _nc, ParsedPattern _p, Location _loc, Annotations _anno)ParsedPatternSchemaBuilderHost. makeExternalRef(Parseable current, java.lang.String uri, java.lang.String ns, Scope _scope, Location _loc, Annotations _anno)ParsedPatternSchemaBuilderHost. makeGroup(java.util.List patterns, Location _loc, Annotations _anno)ParsedPatternSchemaBuilderHost. makeInterleave(java.util.List patterns, Location _loc, Annotations _anno)ParsedPatternSchemaBuilderHost. makeList(ParsedPattern _p, Location _loc, Annotations _anno)ParsedPatternSchemaBuilderHost. makeMixed(ParsedPattern _p, Location _loc, Annotations _anno)ParsedPatternSchemaBuilderHost. makeOneOrMore(ParsedPattern _p, Location _loc, Annotations _anno)ParsedPatternSchemaBuilderHost. makeOptional(ParsedPattern _p, Location _loc, Annotations _anno)ParsedPatternScopeHost. makeParentRef(java.lang.String name, Location _loc, Annotations _anno)ParsedPatternScopeHost. makeRef(java.lang.String name, Location _loc, Annotations _anno)ParsedPatternSchemaBuilderHost. makeValue(java.lang.String datatypeLibrary, java.lang.String type, java.lang.String value, Context c, java.lang.String ns, Location _loc, Annotations _anno)ParsedPatternSchemaBuilderHost. makeZeroOrMore(ParsedPattern _p, Location _loc, Annotations _anno)voidGrammarSectionHost. topLevelAnnotation(ParsedElementAnnotation _ea)voidGrammarSectionHost. topLevelComment(CommentList _comments) -
Uses of BuildException in org.kohsuke.rngom.parse.xml
Methods in org.kohsuke.rngom.parse.xml that throw BuildException Modifier and Type Method Description ParsedPatternSAXParseable. parse(SchemaBuilder schemaBuilder)ParsedPatternSAXParseable. parseExternal(java.lang.String uri, SchemaBuilder schemaBuilder, Scope s, java.lang.String inheritedNs)ParsedPatternSAXParseable. parseInclude(java.lang.String uri, SchemaBuilder schemaBuilder, IncludedGrammar g, java.lang.String inheritedNs)
-