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.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.parse org.kohsuke.rngom.parse.compact org.kohsuke.rngom.parse.host Implementation of theasm.builderpackage 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.AnnotationsImplSchemaBuilderImpl. 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)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) -
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 voidDataPatternBuilder. addParam(java.lang.String name, java.lang.String value, Context context, java.lang.String ns, L loc, A anno)ASchemaBuilder. makeAnnotations(CL comments, Context context)CreatesAnnotationsobject 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)PSchemaBuilder. 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 AnnotationsSchemaBuilderImpl. makeAnnotations(CommentList comments, Context context)ElementAnnotationBuilderSchemaBuilderImpl. makeElementAnnotationBuilder(java.lang.String ns, java.lang.String localName, java.lang.String prefix, Location loc, CommentList comments, Context context)ParsedPatternSchemaBuilderImpl. 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 ContextDDataPattern.Param. getContext()ContextDValuePattern. getContext()Methods in org.kohsuke.rngom.digested with parameters of type Context Modifier and Type Method Description org.kohsuke.rngom.digested.AnnotationDSchemaBuilderImpl. makeAnnotations(org.kohsuke.rngom.digested.CommentListImpl comments, Context context)ElementAnnotationBuilderDSchemaBuilderImpl. makeElementAnnotationBuilder(java.lang.String ns, java.lang.String localName, java.lang.String prefix, LocatorImpl loc, org.kohsuke.rngom.digested.CommentListImpl comments, Context context)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)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 ContextContext. 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 classCompactSyntaxMethods in org.kohsuke.rngom.parse.compact that return Context Modifier and Type Method Description ContextCompactSyntax. 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 AnnotationsSchemaBuilderHost. makeAnnotations(CommentList _comments, Context context)ElementAnnotationBuilderSchemaBuilderHost. makeElementAnnotationBuilder(java.lang.String ns, java.lang.String localName, java.lang.String prefix, Location _loc, CommentList _comments, Context context)ParsedPatternSchemaBuilderHost. makeValue(java.lang.String datatypeLibrary, java.lang.String type, java.lang.String value, Context c, java.lang.String ns, Location _loc, Annotations _anno)
-