Uses of Interface
com.thaiopensource.relaxng.parse.Context

Packages that use Context
com.thaiopensource.relaxng.impl   
com.thaiopensource.relaxng.parse   
com.thaiopensource.relaxng.parse.compact   
com.thaiopensource.relaxng.parse.sax   
 

Uses of Context in com.thaiopensource.relaxng.impl
 

Methods in com.thaiopensource.relaxng.impl with parameters of type Context
 void SchemaBuilderImpl.DummyDataPatternBuilder.addParam(String name, String value, Context context, String ns, Location loc, Annotations anno)
           
 void SchemaBuilderImpl.DataPatternBuilderImpl.addParam(String name, String value, Context context, String ns, Location loc, Annotations anno)
           
 Annotations SchemaBuilderImpl.makeAnnotations(CommentList comments, Context context)
           
 ElementAnnotationBuilder SchemaBuilderImpl.makeElementAnnotationBuilder(String ns, String localName, String prefix, Location loc, CommentList comments, Context context)
           
 ParsedPattern SchemaBuilderImpl.makeValue(String datatypeLibrary, String type, String value, Context context, String ns, Location loc, Annotations anno)
           
 

Uses of Context in com.thaiopensource.relaxng.parse
 

Methods in com.thaiopensource.relaxng.parse that return Context
 Context Context.copy()
           
 

Methods in com.thaiopensource.relaxng.parse with parameters of type Context
 void DataPatternBuilder.addParam(String name, String value, Context context, String ns, Location loc, Annotations anno)
           
 Annotations SchemaBuilder.makeAnnotations(CommentList comments, Context context)
           
 ElementAnnotationBuilder SchemaBuilder.makeElementAnnotationBuilder(String ns, String localName, String prefix, Location loc, CommentList comments, Context context)
           
 ParsedPattern SchemaBuilder.makeValue(String datatypeLibrary, String type, String value, Context c, String ns, Location loc, Annotations anno)
           
 

Uses of Context in com.thaiopensource.relaxng.parse.compact
 

Classes in com.thaiopensource.relaxng.parse.compact that implement Context
 class CompactSyntax
           
 

Methods in com.thaiopensource.relaxng.parse.compact that return Context
 Context CompactSyntax.copy()
           
private  Context CompactSyntax.getContext()
           
 

Uses of Context in com.thaiopensource.relaxng.parse.sax
 

Classes in com.thaiopensource.relaxng.parse.sax that implement Context
(package private) static class SchemaParser.AbstractContext
           
(package private)  class SchemaParser.ContextImpl
           
(package private) static class SchemaParser.SavedContext
           
 

Methods in com.thaiopensource.relaxng.parse.sax that return Context
 Context SchemaParser.AbstractContext.copy()
           
private  Context SchemaParser.getContext()