com.thaiopensource.relaxng.parse.sax
Class SchemaParser.SavedContext
java.lang.Object
com.thaiopensource.relaxng.parse.sax.DtdContext
com.thaiopensource.relaxng.parse.sax.SchemaParser.AbstractContext
com.thaiopensource.relaxng.parse.sax.SchemaParser.SavedContext
- All Implemented Interfaces:
- Context, ValidationContext, DTDHandler
- Enclosing class:
- SchemaParser
static class SchemaParser.SavedContext
- extends SchemaParser.AbstractContext
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
baseUri
private final String baseUri
SchemaParser.SavedContext
SchemaParser.SavedContext(SchemaParser.AbstractContext context)
getBaseUri
public String getBaseUri()
- Description copied from interface:
ValidationContext
- Returns the base URI of the context. The null string may be returned
if no base URI is known.