jp.gr.xml.relax.sax
Class DeclHandlerBase
java.lang.Object
jp.gr.xml.relax.sax.DeclHandlerBase
- All Implemented Interfaces:
- DeclHandler
public class DeclHandlerBase
- extends Object
- implements DeclHandler
Base class of DeclHandler
- Since:
- Feb. 18, 2001
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeclHandlerBase
public DeclHandlerBase()
elementDecl
public void elementDecl(String name,
String model)
throws SAXException
- Specified by:
elementDecl
in interface DeclHandler
- Throws:
SAXException
attributeDecl
public void attributeDecl(String eName,
String aName,
String type,
String valueDefault,
String value)
throws SAXException
- Specified by:
attributeDecl
in interface DeclHandler
- Throws:
SAXException
internalEntityDecl
public void internalEntityDecl(String name,
String value)
throws SAXException
- Specified by:
internalEntityDecl
in interface DeclHandler
- Throws:
SAXException
externalEntityDecl
public void externalEntityDecl(String name,
String publicId,
String systemId)
throws SAXException
- Specified by:
externalEntityDecl
in interface DeclHandler
- Throws:
SAXException