public class DeclHandlerBase extends Object implements DeclHandler
Constructor and Description |
---|
DeclHandlerBase() |
Modifier and Type | Method and Description |
---|---|
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) |
public void elementDecl(String name, String model) throws SAXException
elementDecl
in interface DeclHandler
SAXException
public void attributeDecl(String eName, String aName, String type, String valueDefault, String value) throws SAXException
attributeDecl
in interface DeclHandler
SAXException
public void internalEntityDecl(String name, String value) throws SAXException
internalEntityDecl
in interface DeclHandler
SAXException
public void externalEntityDecl(String name, String publicId, String systemId) throws SAXException
externalEntityDecl
in interface DeclHandler
SAXException