public interface ParseEventHandler
| Modifier and Type | Method and Description |
|---|---|
void |
handleNode(ParseContext context,
org.htmlparser.Node node) |
void |
handleParseComplete(ParseContext context) |
void |
handleParseStart(ParseContext context) |
void handleParseStart(ParseContext context) throws IOException
IOExceptionvoid handleNode(ParseContext context, org.htmlparser.Node node) throws IOException
IOExceptionvoid handleParseComplete(ParseContext context) throws IOException
IOExceptionCopyright © 2005–2015 IIPC. All rights reserved.