(PHP 5, PHP 7, PHP 8)
An HTML node in an HTML file, as detected by tidy.
The HTML representation of the node, including the surrounding tags.
The name of the HTML node
The type of the node (one of the
nodetype constans
, e.g.
TIDY_NODETYPE_PHP
)
The line number at which the tags is located in the file
The column number at which the tags is located in the file
Indicates if the node is a proprietary tag
The ID of the node (one of the
tag constans
, e.g.
TIDY_TAG_FRAME
)
An array of string, representing the attributes names (as keys) of the current node.
An array of tidyNode , representing the children of the current node.