@OpenApiAll
public class HTMLParser
extends java.lang.Object
Constructor and Description |
---|
HTMLParser()
Create HTMLReader.
|
Modifier and Type | Method and Description |
---|---|
void |
parse(java.io.Reader reader,
IHTMLHandler handle)
Parse the content of the reader specified as HTML using the specified
IHTMLHandler . |
public void parse(java.io.Reader reader, IHTMLHandler handle) throws java.io.IOException
IHTMLHandler
.reader
- the reader containing HTML source.handle
- the HTML handler to be used.java.io.IOException
- If any IO errors occur.Copyright © 2010 - No Magic Asia