com.thaiopensource.relaxng.parse.sax
Class SchemaParser.PrefixMapping
java.lang.Object
com.thaiopensource.relaxng.parse.sax.SchemaParser.PrefixMapping
- Enclosing class:
- SchemaParser
static class SchemaParser.PrefixMapping
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
prefix
final String prefix
uri
final String uri
next
final SchemaParser.PrefixMapping next
SchemaParser.PrefixMapping
SchemaParser.PrefixMapping(String prefix,
String uri,
SchemaParser.PrefixMapping next)