Package org.jsoup.nodes

HTML document structure nodes.

See:
          Description

Class Summary
Attribute A single key + value attribute.
Attributes The attributes of an Element.
Comment A comment node.
DataNode A data node, for contents of style, script tags etc, where contents should not show in text().
Document A HTML Document.
Element A HTML element consists of a tag name, attributes, and child nodes (including text nodes and other elements).
Entities HTML entities, and escape routines.
Evaluator Evaluates that an element matches the selector.
Node The base, abstract Node model.
TextNode A text node.
XmlDeclaration An XML Declaration.
 

Enum Summary
Entities.EscapeMode  
 

Package org.jsoup.nodes Description

HTML document structure nodes.



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