public class ForkDTDHandler extends Object implements DTDHandler
Constructor and Description |
---|
ForkDTDHandler(DTDHandler dh1,
DTDHandler dh2) |
Modifier and Type | Method and Description |
---|---|
void |
notationDecl(String name,
String publicId,
String systemId) |
void |
unparsedEntityDecl(String name,
String publicId,
String systemId,
String notationName) |
public ForkDTDHandler(DTDHandler dh1, DTDHandler dh2)
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