Package jodd.lagarto.dom

Lagarto DOM - create cool DOM tree with Lagarto parser.

See:
          Description

Interface Summary
NodeFilter Node filter.
NodeListFilter  
 

Class Summary
Attribute Elements attribute.
CData CDATA node.
Comment Comment and conditional comment node.
Document Document node is always a root node.
DocumentType Document type node.
DOMBuilderTagVisitor Lagarto tag visitor that builds DOM tree.
Element Tag node.
HtmlImplicitClosingRules HTML rules for implicitly closing tags.
LagartoDOMBuilder Lagarto DOM builder creates DOM tree from HTML, XHTML or XML content.
Node DOM node.
NodeSelector Node selector selects DOM nodes using CSS3 selectors.
Text  
XmlDeclaration XML declaration node.
 

Enum Summary
Node.NodeType Node types.
 

Exception Summary
LagartoDOMException Lagarto DOM exception
 

Package jodd.lagarto.dom Description

Lagarto DOM - create cool DOM tree with Lagarto parser.



Copyright © 2003-2012 Jodd Team