org.relaxng.datatype.ValidationContext
, DTDHandler
public abstract class DtdContext extends Object implements DTDHandler, org.relaxng.datatype.ValidationContext
Constructor | Description |
---|---|
DtdContext() |
|
DtdContext(DtdContext dc) |
Modifier and Type | Method | 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 org.relaxng.datatype.ValidationContext
public boolean isUnparsedEntity(String entityName)
isUnparsedEntity
in interface org.relaxng.datatype.ValidationContext
public void clearDtdContext()
Copyright © 2018 Oracle Corporation. All rights reserved.