public abstract class DtdContext extends Object implements DTDHandler, ValidationContext
| Constructor and Description |
|---|
DtdContext() |
DtdContext(DtdContext dc) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearDtdContext() |
boolean |
isNotation(String notationName)
Checks if a notation is declared with the
specified name.
|
boolean |
isUnparsedEntity(String entityName)
Checks if an unparsed entity is declared with the
specified name.
|
void |
notationDecl(String name,
String publicId,
String systemId) |
void |
unparsedEntityDecl(String name,
String publicId,
String systemId,
String notationName) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBaseUri, resolveNamespacePrefixpublic DtdContext()
public DtdContext(DtdContext dc)
public void notationDecl(String name, String publicId, String systemId) throws SAXException
notationDecl in interface DTDHandlerSAXExceptionpublic void unparsedEntityDecl(String name, String publicId, String systemId, String notationName) throws SAXException
unparsedEntityDecl in interface DTDHandlerSAXExceptionpublic boolean isNotation(String notationName)
ValidationContextisNotation in interface ValidationContextpublic boolean isUnparsedEntity(String entityName)
ValidationContextisUnparsedEntity in interface ValidationContextpublic void clearDtdContext()
Copyright © 2005–2017 Oracle Corporation. All rights reserved.