public class AbstractLexicalHandler extends Object implements LexicalHandler
| Constructor and Description |
|---|
AbstractLexicalHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
comment(char[] chars,
int start,
int length) |
void |
endCDATA() |
void |
endDTD() |
void |
endEntity(String s) |
void |
startCDATA() |
void |
startDTD(String s,
String s1,
String s2) |
void |
startEntity(String s) |
public void startDTD(String s, String s1, String s2) throws SAXException
startDTD in interface LexicalHandlerSAXExceptionpublic void endDTD()
throws SAXException
endDTD in interface LexicalHandlerSAXExceptionpublic void startEntity(String s) throws SAXException
startEntity in interface LexicalHandlerSAXExceptionpublic void endEntity(String s) throws SAXException
endEntity in interface LexicalHandlerSAXExceptionpublic void startCDATA()
throws SAXException
startCDATA in interface LexicalHandlerSAXExceptionpublic void endCDATA()
throws SAXException
endCDATA in interface LexicalHandlerSAXExceptionpublic void comment(char[] chars,
int start,
int length)
throws SAXException
comment in interface LexicalHandlerSAXException