public class HtmlTreeBuilder extends java.lang.Object implements TreeBuilder
The default parsing engine is to use zsoup library.
| Constructor and Description |
|---|
HtmlTreeBuilder() |
public Document parse(java.io.File file) throws java.lang.Exception
TreeBuilderDocumentparse in interface TreeBuilderjava.lang.Exceptionpublic Document parse(java.net.URL url) throws java.lang.Exception
TreeBuilderDocumentparse in interface TreeBuilderjava.lang.Exceptionpublic Document parse(java.io.Reader reader) throws java.lang.Exception
TreeBuilderDocumentparse in interface TreeBuilderjava.lang.ExceptionCopyright © 2005-2011 Potix Corporation. All Rights Reserved.