H O P

H

HtmlParser - Interface in org.apache.sling.commons.html
The html parser is a service to parse html and generate SAX events or a Document out of the html.

O

org.apache.sling.commons.html - package org.apache.sling.commons.html
 

P

parse(InputStream, String, ContentHandler) - Method in interface org.apache.sling.commons.html.HtmlParser
Parse html and send sax events.
parse(String, InputStream, String) - Method in interface org.apache.sling.commons.html.HtmlParser
Parse html and return a DOM Document.

H O P

Copyright © 2007-2009 The Apache Software Foundation. All Rights Reserved.