Neokernel API

HTMLStringTools Methods

The methods of the HTMLStringTools class are listed below. For a complete list of HTMLStringTools class members, see the HTMLStringTools Members topic.

Public Static Methods

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.
encodeOverloaded. 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.
removeHTMLTagsOverloaded. This method removes all the HTML tags in the data
removeListTags This utility method removes list tags.
removeTableTags This utility method removes table tags.

Protected Static Methods

convertHTMLListToPlainText
convertHTMLObjectToPlainText
convertPlainTextLineToHTML
hexToInt
intToHex

Public Instance Methods

Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
ToString (inherited from Object) 

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

HTMLStringTools Class | com.neokernel.httpd Namespace