Uses of Class
com.thaiopensource.relaxng.parse.sax.SchemaParser.PrefixMapping

Packages that use SchemaParser.PrefixMapping
com.thaiopensource.relaxng.parse.sax   
 

Uses of SchemaParser.PrefixMapping in com.thaiopensource.relaxng.parse.sax
 

Fields in com.thaiopensource.relaxng.parse.sax declared as SchemaParser.PrefixMapping
(package private)  SchemaParser.PrefixMapping SchemaParser.PrefixMapping.next
           
(package private)  SchemaParser.PrefixMapping SchemaParser.AbstractContext.prefixMapping
           
 

Constructors in com.thaiopensource.relaxng.parse.sax with parameters of type SchemaParser.PrefixMapping
SchemaParser.PrefixMapping(String prefix, String uri, SchemaParser.PrefixMapping next)