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
IOException
void handleNode(ParseContext context, org.htmlparser.Node node) throws IOException
IOException
void handleParseComplete(ParseContext context) throws IOException
IOException
Copyright © 2005–2015 IIPC. All rights reserved.