org.kohsuke.rngom.parse.xml
Class DtdContext
java.lang.Object
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
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 |
DtdContext
public DtdContext()
DtdContext
public DtdContext(DtdContext dc)
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.