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 TypeMethodDescriptionvoid
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 Details
-
DtdContext
public DtdContext() -
DtdContext
-
-
Method Details
-
notationDecl
- Specified by:
notationDecl
in interfaceDTDHandler
- Throws:
SAXException
-
unparsedEntityDecl
public void unparsedEntityDecl(String name, String publicId, String systemId, String notationName) throws SAXException - Specified by:
unparsedEntityDecl
in interfaceDTDHandler
- Throws:
SAXException
-
isNotation
- Specified by:
isNotation
in interfaceorg.relaxng.datatype.ValidationContext
-
isUnparsedEntity
- Specified by:
isUnparsedEntity
in interfaceorg.relaxng.datatype.ValidationContext
-
clearDtdContext
public void clearDtdContext()
-