Package 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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanisNotation(String notationName) booleanisUnparsedEntity(String entityName) voidnotationDecl(String name, String publicId, String systemId) voidunparsedEntityDecl(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, waitMethods inherited from interface org.relaxng.datatype.ValidationContext
getBaseUri, resolveNamespacePrefix
-
Constructor Details
-
DtdContext
public DtdContext() -
DtdContext
-
-
Method Details
-
notationDecl
- Specified by:
notationDeclin interfaceDTDHandler- Throws:
SAXException
-
unparsedEntityDecl
public void unparsedEntityDecl(String name, String publicId, String systemId, String notationName) throws SAXException - Specified by:
unparsedEntityDeclin interfaceDTDHandler- Throws:
SAXException
-
isNotation
- Specified by:
isNotationin interfaceorg.relaxng.datatype.ValidationContext
-
isUnparsedEntity
- Specified by:
isUnparsedEntityin interfaceorg.relaxng.datatype.ValidationContext
-
clearDtdContext
public void clearDtdContext()
-