public interface DOMBuilder
| Modifier and Type | Method and Description |
|---|---|
Document |
parse(java.nio.CharBuffer content)
Parses content and returns root
document node. |
Document |
parse(java.lang.CharSequence content)
Parses content and returns root
document node. |
Document parse(java.lang.CharSequence content)
document node.Document parse(java.nio.CharBuffer content)
document node.Copyright © 2003-2013 Jodd Team