org.kohsuke.rngom.parse.xml
Class DtdContext

java.lang.Object
  extended by org.kohsuke.rngom.parse.xml.DtdContext
All Implemented Interfaces:
org.relaxng.datatype.ValidationContext, DTDHandler

public abstract class DtdContext
extends Object
implements DTDHandler, org.relaxng.datatype.ValidationContext


Constructor Summary
DtdContext()
           
DtdContext(DtdContext dc)
           
 
Method Summary
 void clearDtdContext()
           
 boolean isNotation(String notationName)
           
 boolean isUnparsedEntity(String entityName)
           
 void notationDecl(String name, String publicId, String systemId)
           
 void unparsedEntityDecl(String name, String publicId, String systemId, String notationName)
           
 
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
getBaseUri, resolveNamespacePrefix
 

Constructor Detail

DtdContext

public DtdContext()

DtdContext

public DtdContext(DtdContext dc)
Method Detail

notationDecl

public void notationDecl(String name,
                         String publicId,
                         String systemId)
                  throws SAXException
Specified by:
notationDecl in interface DTDHandler
Throws:
SAXException

unparsedEntityDecl

public void unparsedEntityDecl(String name,
                               String publicId,
                               String systemId,
                               String notationName)
                        throws SAXException
Specified by:
unparsedEntityDecl in interface DTDHandler
Throws:
SAXException

isNotation

public boolean isNotation(String notationName)
Specified by:
isNotation in interface org.relaxng.datatype.ValidationContext

isUnparsedEntity

public boolean isUnparsedEntity(String entityName)
Specified by:
isUnparsedEntity in interface org.relaxng.datatype.ValidationContext

clearDtdContext

public void clearDtdContext()


Copyright © 2011. All Rights Reserved.