public abstract class DtdContext extends Object implements DTDHandler
| Constructor and Description |
|---|
DtdContext() |
DtdContext(DtdContext dc) |
| Modifier and Type | Method and Description |
|---|---|
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) |
public 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)
public boolean isUnparsedEntity(String entityName)
public void clearDtdContext()
Copyright © 2010 - 2020 Adobe. All Rights Reserved