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

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.ContextImpl
All Implemented Interfaces:
Context, ValidationContext, DTDHandler
Enclosing class:
SchemaParser

 class SchemaParser.ContextImpl
extends SchemaParser.AbstractContext


Field Summary
 
Fields inherited from class com.thaiopensource.relaxng.parse.sax.SchemaParser.AbstractContext
prefixMapping
 
Constructor Summary
SchemaParser.ContextImpl()
           
 
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
 

Constructor Detail

SchemaParser.ContextImpl

SchemaParser.ContextImpl()
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.