gui.ava.html.parser
Class HtmlParserImpl
java.lang.Object
gui.ava.html.parser.HtmlParserImpl
- All Implemented Interfaces:
- DocumentHolder, HtmlParser
public class HtmlParserImpl
- extends Object
- implements HtmlParser
- Author:
- Yoav Aharoni
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HtmlParserImpl
public HtmlParserImpl()
getDomParser
public org.apache.xerces.parsers.DOMParser getDomParser()
- Specified by:
getDomParser in interface HtmlParser
setDomParser
public void setDomParser(org.apache.xerces.parsers.DOMParser domParser)
- Specified by:
setDomParser in interface HtmlParser
getDocument
public Document getDocument()
- Specified by:
getDocument in interface DocumentHolder
setDocument
public void setDocument(Document document)
- Specified by:
setDocument in interface HtmlParser
load
public void load(Reader reader)
- Specified by:
load in interface HtmlParser
load
public void load(InputStream inputStream)
- Specified by:
load in interface HtmlParser
loadURI
public void loadURI(String uri)
- Specified by:
loadURI in interface HtmlParser
load
public void load(File file)
- Specified by:
load in interface HtmlParser
load
public void load(URL url)
- Specified by:
load in interface HtmlParser
load
public void load(URI uri)
- Specified by:
load in interface HtmlParser
loadHtml
public void loadHtml(String html)
- Specified by:
loadHtml in interface HtmlParser
Copyright © 2010. All Rights Reserved.