org.yglib.html.elements
Class TagNode

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

public class TagNode
extends Node


Field Summary
 
Fields inherited from class org.yglib.html.elements.Node
ht_property, marked, nodeType
 
Constructor Summary
TagNode(Page page)
           
 
Method Summary
 java.util.Vector<STagAttr> getAttrs()
           
 java.lang.String getTagName()
           
 boolean isClosedTag()
           
 boolean isEndClosed()
           
 void parse()
           
 java.lang.String toString()
           
 
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, wait, wait, wait
 

Constructor Detail

TagNode

public TagNode(Page page)
Method Detail

isEndClosed

public boolean isEndClosed()

getTagName

public java.lang.String getTagName()

getAttrs

public java.util.Vector<STagAttr> getAttrs()

parse

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

isClosedTag

public boolean isClosedTag()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object