org.yglib.html.elements
Class CommentNode

java.lang.Object
  extended by org.yglib.html.elements.Node
      extended by org.yglib.html.elements.CommentNode

public class CommentNode
extends Node


Field Summary
 
Fields inherited from class org.yglib.html.elements.Node
ht_property, marked, nodeType
 
Constructor Summary
CommentNode(Page page)
           
 
Method Summary
 java.lang.String getCommentString()
           
 void parse()
           
 
Methods inherited from class org.yglib.html.elements.Node
getIndex, getParentNode, getSubNodes, getToken, setIndex, setParentNode
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentNode

public CommentNode(Page page)
Method Detail

getCommentString

public java.lang.String getCommentString()

parse

public void parse()
Specified by:
parse in class Node