org.yglib.html.elements
Class CommentTagNode

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

public class CommentTagNode
extends Node


Field Summary
 
Fields inherited from class org.yglib.html.elements.Node
ht_property, marked, nodeType
 
Constructor Summary
CommentTagNode(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

CommentTagNode

public CommentTagNode(Page page)
Method Detail

getCommentString

public java.lang.String getCommentString()

parse

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