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, wait
getBaseUri, resolveNamespacePrefix
public DtdContext()
public DtdContext(DtdContext dc)
public void notationDecl(String name, String publicId, String systemId) throws SAXException
notationDecl
in interface DTDHandler
SAXException
public void unparsedEntityDecl(String name, String publicId, String systemId, String notationName) throws SAXException
unparsedEntityDecl
in interface DTDHandler
SAXException
public boolean isNotation(String notationName)
ValidationContext
isNotation
in interface ValidationContext
public boolean isUnparsedEntity(String entityName)
ValidationContext
isUnparsedEntity
in interface ValidationContext
public void clearDtdContext()
Copyright © 2021 JBoss by Red Hat. All rights reserved.