Generated by
JDiff

Package com.itextpdf.styledxmlparser.jsoup.nodes

Removed Classes
BooleanAttribute A boolean attribute that is written out without any value.
 

Added Classes
CDataNode A Character Data node, to support CDATA sections.
LeafNode  
PseudoTextElement Represents a TextNode as an Element, to enable text nodes to be selected with the com.itextpdf.styledxmlparser.jsoup.select.Selector {@code :matchText} syntax.
 

Changed Classes
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.
DocumentType A {@code } node.
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.
Entities.EscapeMode  
FormElement A HTML Form Element provides ready access to the form fields/controls that are associated with it.
Node The base, abstract Node model.
TextNode A text node.
XmlDeclaration An XML Declaration.