Uses of Interface
org.kohsuke.rngom.parse.Context
Packages that use Context
Package
Description
Reads RELAX NG grammar from RNGOM and builds the model for TXW.
Minimal binarized pattern object model (one example of
ast.om
implementation).Another RELAX NG AST implementation that optimizes away
inclusions and some other syntax sugars, while still retaining
all the annotations, location information, and etc.
Implementation of the
asm.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 ContextModifier and TypeMethodDescriptioncom.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
(String ns, String localName, String prefix, LocatorImpl locator, CommentListImpl commentList, Context context) SchemaBuilderImpl.makeValue
(String datatypeLibrary, String type, String value, Context c, 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 ContextModifier and TypeMethodDescriptionvoid
SchemaBuilder.makeAnnotations
(CL comments, Context context) CreatesAnnotations
object to parse annotations on patterns.SchemaBuilder.makeElementAnnotationBuilder
(String ns, String localName, String prefix, L loc, CL comments, Context context) SchemaBuilder.makeValue
(String datatypeLibrary, String type, String value, Context c, String ns, L loc, A anno) -
Uses of Context in org.kohsuke.rngom.binary
Methods in org.kohsuke.rngom.binary with parameters of type ContextModifier and TypeMethodDescriptionSchemaBuilderImpl.makeAnnotations
(CommentList comments, Context context) SchemaBuilderImpl.makeElementAnnotationBuilder
(String ns, String localName, String prefix, Location loc, CommentList comments, Context context) SchemaBuilderImpl.makeValue
(String datatypeLibrary, String type, String value, Context context, String ns, Location loc, Annotations anno) -
Uses of Context in org.kohsuke.rngom.digested
Methods in org.kohsuke.rngom.digested that return ContextMethods in org.kohsuke.rngom.digested with parameters of type ContextModifier and TypeMethodDescriptionorg.kohsuke.rngom.digested.Annotation
DSchemaBuilderImpl.makeAnnotations
(org.kohsuke.rngom.digested.CommentListImpl comments, Context context) DSchemaBuilderImpl.makeElementAnnotationBuilder
(String ns, String localName, String prefix, LocatorImpl loc, org.kohsuke.rngom.digested.CommentListImpl comments, Context context) DSchemaBuilderImpl.makeValue
(String datatypeLibrary, String type, String value, Context c, String ns, LocatorImpl loc, org.kohsuke.rngom.digested.Annotation anno) Constructors in org.kohsuke.rngom.digested with parameters of type Context -
Uses of Context in org.kohsuke.rngom.parse
Methods in org.kohsuke.rngom.parse that return Context -
Uses of Context in org.kohsuke.rngom.parse.compact
Classes in org.kohsuke.rngom.parse.compact that implement ContextMethods in org.kohsuke.rngom.parse.compact that return Context -
Uses of Context in org.kohsuke.rngom.parse.host
Methods in org.kohsuke.rngom.parse.host with parameters of type ContextModifier and TypeMethodDescriptionSchemaBuilderHost.makeAnnotations
(CommentList _comments, Context context) SchemaBuilderHost.makeElementAnnotationBuilder
(String ns, String localName, String prefix, Location _loc, CommentList _comments, Context context) SchemaBuilderHost.makeValue
(String datatypeLibrary, String type, String value, Context c, String ns, Location _loc, Annotations _anno)