Package org.zkoss.zk.ui.metainfo
Interface TreeBuilder
-
- All Known Implementing Classes:
HtmlTreeBuilder,XmlTreeBuilder
public interface TreeBuilderA tree builder for parsing a page toDocument- Since:
- 8.0.0
- Author:
- jumperchen
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Documentparse(java.io.File file)Parse the content of a file to aDocumentDocumentparse(java.io.Reader reader)Parse the content from a Reader to aDocumentDocumentparse(java.net.URL url)Parse the content from a URL to aDocument
-