public abstract class DtdContext extends Object implements DTDHandler, com.sun.tools.rngdatatype.ValidationContext
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 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)
isNotation
in interface com.sun.tools.rngdatatype.ValidationContext
public boolean isUnparsedEntity(String entityName)
isUnparsedEntity
in interface com.sun.tools.rngdatatype.ValidationContext
public void clearDtdContext()
Copyright © 2019 JBoss by Red Hat. All rights reserved.