Package org.apache.sling.commons.html


@Version("1.1.0") package org.apache.sling.commons.html
  • Class
    Description
     
    Provides a Stream of HtmlElement tokens
     
     
    Pull based iterator which processes an input stream and converts the stream into a series of HtmlElement Tokens
    The HTML parser is a service to parse HTML and generate SAX events or a Document out of the HTML.