Uses of Interface
com.sun.tools.rngom.parse.Context
-
Packages that use Context Package Description com.sun.tools.rngom.ast.builder com.sun.tools.rngom.binary Minimal binarized pattern object model (one example ofast.omimplementation).com.sun.tools.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.com.sun.tools.rngom.parse com.sun.tools.rngom.parse.compact com.sun.tools.rngom.parse.host Implementation of theasm.builderpackage that uses two other builds simultaneously. -
-
Uses of Context in com.sun.tools.rngom.ast.builder
Methods in com.sun.tools.rngom.ast.builder with parameters of type Context Modifier and Type Method Description voidDataPatternBuilder. addParam(String name, String value, Context context, 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(String ns, String localName, String prefix, L loc, CL comments, Context context)PSchemaBuilder. makeValue(String datatypeLibrary, String type, String value, Context c, String ns, L loc, A anno) -
Uses of Context in com.sun.tools.rngom.binary
Methods in com.sun.tools.rngom.binary with parameters of type Context Modifier and Type Method Description AnnotationsSchemaBuilderImpl. makeAnnotations(CommentList comments, Context context)ElementAnnotationBuilderSchemaBuilderImpl. makeElementAnnotationBuilder(String ns, String localName, String prefix, Location loc, CommentList comments, Context context)ParsedPatternSchemaBuilderImpl. makeValue(String datatypeLibrary, String type, String value, Context context, String ns, Location loc, Annotations anno) -
Uses of Context in com.sun.tools.rngom.digested
Methods in com.sun.tools.rngom.digested that return Context Modifier and Type Method Description ContextDDataPattern.Param. getContext()ContextDValuePattern. getContext()Methods in com.sun.tools.rngom.digested with parameters of type Context Modifier and Type Method Description com.sun.tools.rngom.digested.AnnotationDSchemaBuilderImpl. makeAnnotations(com.sun.tools.rngom.digested.CommentListImpl comments, Context context)ElementAnnotationBuilderDSchemaBuilderImpl. makeElementAnnotationBuilder(String ns, String localName, String prefix, LocatorImpl loc, com.sun.tools.rngom.digested.CommentListImpl comments, Context context)DPatternDSchemaBuilderImpl. makeValue(String datatypeLibrary, String type, String value, Context c, String ns, LocatorImpl loc, com.sun.tools.rngom.digested.Annotation anno)Constructors in com.sun.tools.rngom.digested with parameters of type Context Constructor Description DValuePattern(String datatypeLibrary, String type, String value, Context context, String ns)Param(String name, String value, Context context, String ns, Location loc, com.sun.tools.rngom.digested.Annotation anno) -
Uses of Context in com.sun.tools.rngom.parse
Methods in com.sun.tools.rngom.parse that return Context Modifier and Type Method Description ContextContext. copy()Returns the immutable snapshot of thisContext. -
Uses of Context in com.sun.tools.rngom.parse.compact
Classes in com.sun.tools.rngom.parse.compact that implement Context Modifier and Type Class Description classCompactSyntaxMethods in com.sun.tools.rngom.parse.compact that return Context Modifier and Type Method Description ContextCompactSyntax. copy() -
Uses of Context in com.sun.tools.rngom.parse.host
Methods in com.sun.tools.rngom.parse.host with parameters of type Context Modifier and Type Method Description AnnotationsSchemaBuilderHost. makeAnnotations(CommentList _comments, Context context)ElementAnnotationBuilderSchemaBuilderHost. makeElementAnnotationBuilder(String ns, String localName, String prefix, Location _loc, CommentList _comments, Context context)ParsedPatternSchemaBuilderHost. makeValue(String datatypeLibrary, String type, String value, Context c, String ns, Location _loc, Annotations _anno)
-