| com.meterware.httpunit.parsing.HTMLParser
All known Subclasses: com.meterware.httpunit.parsing.NekoHTMLParser, com.meterware.httpunit.parsing.JTidyHTMLParser,
getCleanedText | public String getCleanedText(String string)(Code) | | Removes any string artifacts placed in the text by the parser. For example, a parser may choose to encode
an HTML entity as a special character. This method should convert that character to normal text.
|
supportsParserWarnings | public boolean supportsParserWarnings()(Code) | | Returns true if this parser can display parser warnings.
|
supportsPreserveTagCase | public boolean supportsPreserveTagCase()(Code) | | Returns true if this parser supports preservation of the case of tag and attribute names.
|
supportsReturnHTMLDocument | public boolean supportsReturnHTMLDocument()(Code) | | Returns true if this parser can return an HTMLDocument object.
|
|
|