Uses of Interface
org.kohsuke.rngom.parse.Context
-
Packages that use Context 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.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.parse org.kohsuke.rngom.parse.compact org.kohsuke.rngom.parse.host Implementation of theasm.builder
package that uses two other builds simultaneously. -
-
Uses of Context in com.sun.tools.txw2.builder.relaxng
Methods in com.sun.tools.txw2.builder.relaxng with parameters of type Context Modifier and Type Method Description com.sun.tools.txw2.builder.relaxng.AnnotationsImpl
SchemaBuilderImpl. makeAnnotations(CommentListImpl commentList, Context context)
ElementAnnotationBuilder<Leaf,ParsedElementAnnotation,LocatorImpl,com.sun.tools.txw2.builder.relaxng.AnnotationsImpl,CommentListImpl>
SchemaBuilderImpl. makeElementAnnotationBuilder(java.lang.String ns, java.lang.String localName, java.lang.String prefix, LocatorImpl locator, CommentListImpl commentList, Context context)
Leaf
SchemaBuilderImpl. 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)
-
Uses of Context in org.kohsuke.rngom.ast.builder
Methods in org.kohsuke.rngom.ast.builder with parameters of type Context Modifier and Type Method Description void
DataPatternBuilder. addParam(java.lang.String name, java.lang.String value, Context context, java.lang.String ns, L loc, A anno)
A
SchemaBuilder. makeAnnotations(CL comments, Context context)
CreatesAnnotations
object to parse annotations on patterns.ElementAnnotationBuilder<P,E,L,A,CL>
SchemaBuilder. makeElementAnnotationBuilder(java.lang.String ns, java.lang.String localName, java.lang.String prefix, L loc, CL comments, Context context)
P
SchemaBuilder. makeValue(java.lang.String datatypeLibrary, java.lang.String type, java.lang.String value, Context c, java.lang.String ns, L loc, A anno)
-
Uses of Context in org.kohsuke.rngom.binary
Methods in org.kohsuke.rngom.binary with parameters of type Context Modifier and Type Method Description Annotations
SchemaBuilderImpl. makeAnnotations(CommentList comments, Context context)
ElementAnnotationBuilder
SchemaBuilderImpl. makeElementAnnotationBuilder(java.lang.String ns, java.lang.String localName, java.lang.String prefix, Location loc, CommentList comments, Context context)
ParsedPattern
SchemaBuilderImpl. makeValue(java.lang.String datatypeLibrary, java.lang.String type, java.lang.String value, Context context, java.lang.String ns, Location loc, Annotations anno)
-
Uses of Context in org.kohsuke.rngom.digested
Methods in org.kohsuke.rngom.digested that return Context Modifier and Type Method Description Context
DDataPattern.Param. getContext()
Context
DValuePattern. getContext()
Methods in org.kohsuke.rngom.digested with parameters of type Context Modifier and Type Method Description org.kohsuke.rngom.digested.Annotation
DSchemaBuilderImpl. makeAnnotations(org.kohsuke.rngom.digested.CommentListImpl comments, Context context)
ElementAnnotationBuilder
DSchemaBuilderImpl. makeElementAnnotationBuilder(java.lang.String ns, java.lang.String localName, java.lang.String prefix, LocatorImpl loc, org.kohsuke.rngom.digested.CommentListImpl comments, Context context)
DPattern
DSchemaBuilderImpl. 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)
Constructors in org.kohsuke.rngom.digested with parameters of type Context Constructor Description DValuePattern(java.lang.String datatypeLibrary, java.lang.String type, java.lang.String value, Context context, java.lang.String ns)
Param(java.lang.String name, java.lang.String value, Context context, java.lang.String ns, Location loc, org.kohsuke.rngom.digested.Annotation anno)
-
Uses of Context in org.kohsuke.rngom.parse
Methods in org.kohsuke.rngom.parse that return Context Modifier and Type Method Description Context
Context. copy()
Returns the immutable snapshot of thisContext
. -
Uses of Context in org.kohsuke.rngom.parse.compact
Classes in org.kohsuke.rngom.parse.compact that implement Context Modifier and Type Class Description class
CompactSyntax
Methods in org.kohsuke.rngom.parse.compact that return Context Modifier and Type Method Description Context
CompactSyntax. copy()
-
Uses of Context in org.kohsuke.rngom.parse.host
Methods in org.kohsuke.rngom.parse.host with parameters of type Context Modifier and Type Method Description Annotations
SchemaBuilderHost. makeAnnotations(CommentList _comments, Context context)
ElementAnnotationBuilder
SchemaBuilderHost. makeElementAnnotationBuilder(java.lang.String ns, java.lang.String localName, java.lang.String prefix, Location _loc, CommentList _comments, Context context)
ParsedPattern
SchemaBuilderHost. makeValue(java.lang.String datatypeLibrary, java.lang.String type, java.lang.String value, Context c, java.lang.String ns, Location _loc, Annotations _anno)
-