net.jxta.search.util
Interface XmlParser.ParserCallback
- Enclosing class:
- XmlParser
- public static interface XmlParser.ParserCallback
Methods of object implementing this interface will be called
at appropriate times during the parsing of the html.
Method Summary |
void |
chars(byte[] chars,
int start,
int len)
|
void |
endTag(byte[] chars,
int start,
int len)
|
void |
startTag(byte[] chars,
int start,
int len)
|
startTag
public void startTag(byte[] chars,
int start,
int len)
throws XmlParser.Exception
chars
public void chars(byte[] chars,
int start,
int len)
throws XmlParser.Exception
endTag
public void endTag(byte[] chars,
int start,
int len)
throws XmlParser.Exception