public class DeclHandlerBase extends Object implements DeclHandler
| Constructor and Description |
|---|
DeclHandlerBase() |
| Modifier and Type | Method and Description |
|---|---|
void |
attributeDecl(String s,
String s1,
String s2,
String s3,
String s4) |
void |
elementDecl(String s,
String s1) |
void |
externalEntityDecl(String s,
String s1,
String s2) |
void |
internalEntityDecl(String s,
String s1) |
public void elementDecl(String s, String s1) throws SAXException
elementDecl in interface DeclHandlerSAXExceptionpublic void attributeDecl(String s, String s1, String s2, String s3, String s4) throws SAXException
attributeDecl in interface DeclHandlerSAXExceptionpublic void internalEntityDecl(String s, String s1) throws SAXException
internalEntityDecl in interface DeclHandlerSAXExceptionpublic void externalEntityDecl(String s, String s1, String s2) throws SAXException
externalEntityDecl in interface DeclHandlerSAXExceptionCopyright © 2017 Oracle Corporation. All rights reserved.