com.thaiopensource.relaxng.parse.sax
Class SchemaParser.SavedContext

java.lang.Object
  extended by com.thaiopensource.relaxng.parse.sax.DtdContext
      extended by com.thaiopensource.relaxng.parse.sax.SchemaParser.AbstractContext
          extended by com.thaiopensource.relaxng.parse.sax.SchemaParser.SavedContext
All Implemented Interfaces:
Context, ValidationContext, DTDHandler
Enclosing class:
SchemaParser

static class SchemaParser.SavedContext
extends SchemaParser.AbstractContext


Field Summary
private  String baseUri
           
 
Fields inherited from class com.thaiopensource.relaxng.parse.sax.SchemaParser.AbstractContext
prefixMapping
 
Constructor Summary
SchemaParser.SavedContext(SchemaParser.AbstractContext context)
           
 
Method Summary
 String getBaseUri()
          Returns the base URI of the context.
 
Methods inherited from class com.thaiopensource.relaxng.parse.sax.SchemaParser.AbstractContext
copy, prefixes, resolveNamespacePrefix
 
Methods inherited from class com.thaiopensource.relaxng.parse.sax.DtdContext
clearDtdContext, isNotation, isUnparsedEntity, notationDecl, unparsedEntityDecl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.relaxng.datatype.ValidationContext
isNotation, isUnparsedEntity
 

Field Detail

baseUri

private final String baseUri
Constructor Detail

SchemaParser.SavedContext

SchemaParser.SavedContext(SchemaParser.AbstractContext context)
Method Detail

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.