|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jsoup.nodes.Node
org.jsoup.nodes.Comment
public class Comment
A comment node.
| Constructor Summary | |
|---|---|
Comment(String data,
String baseUri)
Create a new comment node. |
|
| Method Summary | |
|---|---|
String |
getData()
Get the contents of the comment. |
String |
nodeName()
Get the node name of this node. |
String |
toString()
|
| Methods inherited from class org.jsoup.nodes.Node |
|---|
absUrl, addChildren, addChildren, after, after, attr, attr, attributes, baseUri, before, before, childNode, childNodes, childNodesAsArray, childNodesCopy, childNodeSize, clone, doClone, equals, hasAttr, hashCode, indent, nextSibling, outerHtml, outerHtml, ownerDocument, parent, parentNode, previousSibling, remove, removeAttr, removeChild, replaceChild, replaceWith, setBaseUri, setParentNode, setSiblingIndex, siblingIndex, siblingNodes, traverse, unwrap, wrap |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Comment(String data,
String baseUri)
data - The contents of the commentbaseUri - base URI| Method Detail |
|---|
public String nodeName()
Node
nodeName in class Nodepublic String getData()
public String toString()
toString in class Node
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||