The methods of the HTMLStringTools class are listed below. For a complete list of HTMLStringTools class members, see the HTMLStringTools Members topic.
![]() completeURLs | This method completes all the relative URLs found in the data based off reference URL passed in. |
![]() convertHTMLToPlainText | |
![]() convertPlainTextToHTML | |
![]() decode | This method decodes an encoded URL. |
![]() encode | Overloaded. This method encodes a URL and the data embedded in the URL so that it can be requested. |
![]() extractIMGTag | This method extracts the first img tag that is in the data |
![]() extractURL | * This method returns the first url that it finds in data. |
![]() removeFormTags | This utility method removes form tags. |
![]() removeHRTags | This utility method removes horizontal rule tags. |
![]() removeHTMLTags | Overloaded. This method removes all the HTML tags in the data |
![]() removeListTags | This utility method removes list tags. |
![]() removeTableTags | This utility method removes table tags. |
![]() convertHTMLListToPlainText | |
![]() convertHTMLObjectToPlainText | |
![]() convertPlainTextLineToHTML | |
![]() hexToInt | |
![]() intToHex |
Equals (inherited from Object) | |
GetHashCode (inherited from Object) | |
GetType (inherited from Object) | |
ToString (inherited from Object) |
Finalize (inherited from Object) | |
MemberwiseClone (inherited from Object) |
HTMLStringTools Class | com.neokernel.httpd Namespace