public abstract class HtmlParserUtil extends Object
| Constructor and Description |
|---|
HtmlParserUtil(InputStream in) |
HtmlParserUtil(String xhtml) |
| Modifier and Type | Method and Description |
|---|---|
Node |
findTag(String name) |
Document |
getDocument() |
DocumentFragment |
getDocumentFragment() |
String |
getText(Node node) |
protected abstract void |
init(org.cyberneko.html.parsers.DOMFragmentParser parser) |
public HtmlParserUtil(String xhtml) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic HtmlParserUtil(InputStream in)
Copyright © 2019 Atlassian. All rights reserved.