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
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ForkDTDHandler
public ForkDTDHandler(DTDHandler dh1,
                      DTDHandler dh2)
notationDecl
public void notationDecl(String name,
                         String publicId,
                         String systemId)
                  throws SAXException
- 
- Specified by:
- notationDeclin interface- DTDHandler
 
- 
- SAXException
 
unparsedEntityDecl
public void unparsedEntityDecl(String name,
                               String publicId,
                               String systemId,
                               String notationName)
                        throws SAXException
- 
- Specified by:
- unparsedEntityDeclin interface- DTDHandler
 
- 
- SAXException