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 LexicalHandler
SAXException
public void endDTD() throws SAXException
endDTD
in interface LexicalHandler
SAXException
public void startEntity(String s) throws SAXException
startEntity
in interface LexicalHandler
SAXException
public void endEntity(String s) throws SAXException
endEntity
in interface LexicalHandler
SAXException
public void startCDATA() throws SAXException
startCDATA
in interface LexicalHandler
SAXException
public void endCDATA() throws SAXException
endCDATA
in interface LexicalHandler
SAXException
public void comment(char[] chars, int start, int length) throws SAXException
comment
in interface LexicalHandler
SAXException
Copyright © 2021 JBoss by Red Hat. All rights reserved.