public class LexicalHandlerBase extends Object implements LexicalHandler
| Constructor and Description |
|---|
LexicalHandlerBase() |
| Modifier and Type | Method and Description |
|---|---|
void |
comment(char[] ac,
int i,
int j) |
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[] ac,
int i,
int j)
comment in interface LexicalHandlerCopyright © 2017 Oracle Corporation. All rights reserved.