Package com.thaiopensource.xml.sax
Class ForkDTDHandler
- java.lang.Object
-
- com.thaiopensource.xml.sax.ForkDTDHandler
-
- All Implemented Interfaces:
DTDHandler
public class ForkDTDHandler extends Object implements DTDHandler
-
-
Constructor Summary
Constructors Constructor Description ForkDTDHandler(DTDHandler dh1, DTDHandler dh2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
notationDecl(String name, String publicId, String systemId)
void
unparsedEntityDecl(String name, String publicId, String systemId, String notationName)
-
-
-
Constructor Detail
-
ForkDTDHandler
public ForkDTDHandler(DTDHandler dh1, DTDHandler dh2)
-
-
Method Detail
-
notationDecl
public void notationDecl(String name, String publicId, String systemId) throws SAXException
- Specified by:
notationDecl
in interfaceDTDHandler
- Throws:
SAXException
-
unparsedEntityDecl
public void unparsedEntityDecl(String name, String publicId, String systemId, String notationName) throws SAXException
- Specified by:
unparsedEntityDecl
in interfaceDTDHandler
- Throws:
SAXException
-
-