ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / HTML file functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
The following functions are used to manipulate HTML documents, using prefix syntax:
<htmlDocument variable>.BuildStringGenerates a UTF-8 string containing an HTML document.
<htmlDocument variable>.ChercheElémentParIDSearches for the element whose "ID" attribute matches a specific value in an HTML document.
<htmlDocument variable>.FindElementByClassSearches for elements whose "class" attribute matches a specific value in an HTML document.
<htmlDocument variable>.FindElementByNameSearches for elements whose "name" attribute matches a specific value in an HTML document.
<htmlDocument variable>.FindElementByTagSearches for elements that correspond to a tag in an HTML document.
<htmlDocument variable>.SaveSaves the content of an htmlDocument variable to an HTML file.
<htmlNode variable>.ChercheElémentParIDSearches for the element whose "ID" attribute matches a specific value in an HTML node.
<htmlNode variable>.FindElementByClassSearches for elements whose "class" attribute matches a specific value in an HTML node.
<htmlNode variable>.FindElementByNameSearches for elements whose "name" attribute matches a specific value in an HTML node.
<htmlNode variable>.FindElementByTagSearches for elements that correspond to a tag in an HTML node.
<htmlNode variable>.InsertAfterAdds a node after the specified node in an HTML document.
<htmlNode variable>.InsertBeforeAdds a node before the specified node in an HTML document.
<htmlNode variable>.InsertFirstChildAdds a child at the start of the children of the current node in an HTML document.
<htmlNode variable>.InsertLastChildAdds a child after the child of the current node in an HTML document.
<htmlNode variable>.ModifyAttributeAdds or changes an attribute of the current node of the HTML document.
<htmlNode variable>.RemoveRemoves the specified node and its descendants in an HTML document.
<htmlNode variable>.RemoveAttributeRemoves a given attribute
<htmlNode variable>.RemoveChildRemoves a given node in the current node of an HTML document.
<htmlNode variable>.UnwrapAllChildrenDeletes the specified node in an HTML document without deleting its children, which take its place.
<htmlNode variable>.WrapWraps the specified node in a given node of an HTML document.
<htmlNode variable>.WrapAllChildrenWraps all children of the given node in a new node in an HTML document.
Minimum version required
  • Version 26
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/21/2023

Send a report | Local help