Package org.jsoup.parser

Contains the HTML parser, tag specifications, and HTML tokeniser.

See:
          Description

Class Summary
ParseError A Parse Error records an error in the input HTML that occurs in either the tokenisation or the tree building phase.
Parser Parses HTML into a Document.
Tag HTML Tag capabilities.
TokenQueue A character queue with parsing helpers.
XmlTreeBuilder Use the XmlTreeBuilder when you want to parse XML without any of the HTML DOM rules being applied to the document.
 

Package org.jsoup.parser Description

Contains the HTML parser, tag specifications, and HTML tokeniser.



Copyright © 2009-2014 Jonathan Hedley. All Rights Reserved.