|
|
|
|
|
HTML document management functions
Remark: These functions are also available in prefix syntax ( HTML document functions (prefix syntax)). The following functions handle HTML documents:
| | HTMLBuildString | Generates a UTF-8 string containing an HTML document. | HTMLEnableDebugger | Enables the HTML/JavaScript debugger on CEF-based HTML controls: HTML Display or HTML Editor control. | HTMLFindElementByClass | Searches for elements whose "class" attribute matches a specific value in an HTML document (or in an HTML node). | HTMLFindElementByID | Searches for the element whose "ID" attribute matches a specific value in an HTML document (or in an HTML node). | HTMLFindElementByName | Searches for elements whose "name" attribute matches a specific value in an HTML document (or in an HTML node). | HTMLFindElementByTag | Searches for elements that correspond to a tag in an HTML document (or an HTML node). | HTMLInsertAfter | Adds a node after the specified node in an HTML document. | HTMLInsertBefore | Adds a node before the specified node in an HTML document. | HTMLInsertFirstChild | Adds a child at the start of the children of the current node in an HTML document. | HTMLInsertLastChild | Adds a child after the child of the current node in an HTML document. | HTMLModifyAttribute | Adds or changes an attribute of the current node of the HTML document. | HTMLOpen | Creates an htmlDocument variable from an HTML document. | HTMLRemove | Removes the specified node and its descendants in an HTML document. | HTMLRemoveAttribute | Removes a given attribute | HTMLRemoveChild | Removes a given node in the current node of an HTML document. | HTMLSave | Saves the content of an htmlDocument variable to an HTML file. | HTMLToPDF | Converts an HTML string or buffer to a buffer containing a PDF document. | HTMLUnwrapAllChildren | Deletes the specified node in an HTML document without deleting its children, which take its place. | HTMLWrap | Wraps the specified node in a given node of an HTML document. | HTMLWrapAllChildren | Wraps all children of the given node in a new node in an HTML document. |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|