api/v2/node_v2
library
Classes
-
NodeV2
-
Representation of a node in the DOM. This class contains everything passed
in the HTML text and can be serialized to valid HTML
-
SimpleNode
-
Represents a leaf-node in the DOM. This node only contains text and is used
to separate styling logic from the actual textual information
-
SimpleProperty
-
Contains information about a specific property of a tag.
-
StyleProperty
-
Contains information of a specific style-attribute in a node. This class is
used to retrieve/add specific styling values from/to the attribute