jp.gr.xml.relax.sax
Class DeclHandlerBase

java.lang.Object
  extended by 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

Constructor Summary
DeclHandlerBase()
           
 
Method Summary
 void attributeDecl(String eName, String aName, String type, String valueDefault, String value)
           
 void elementDecl(String name, String model)
           
 void externalEntityDecl(String name, String publicId, String systemId)
           
 void internalEntityDecl(String name, String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeclHandlerBase

public DeclHandlerBase()
Method Detail

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