|
||||||||||
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, addChild, attr, attr, attributes, baseUri, childNode, childNodes, equals, hasAttr, hashCode, indent, indexInList, nextSibling, nodeDepth, outerHtml, parent, previousSibling, removeAttr, removeChild, replaceChild, setBaseUri, setParentNode, siblingIndex, siblingNodes |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Comment(String data, String baseUri)
data
- The contents of the commentbaseUri
- base URIMethod Detail |
---|
public String nodeName()
Node
nodeName
in class Node
public 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 |