spider.util
Class StackElement
java.lang.Object
|
+--spider.util.StackElement
- public class StackElement
- extends java.lang.Object
- Author:
- Gautam Pant
- See Also:
Element of the stack that stores information while parsing HTML page
Field Summary |
javax.swing.text.MutableAttributeSet |
attribs
|
javax.swing.text.html.HTML.Tag |
tag
|
java.lang.String |
text
|
int |
type
|
Constructor Summary |
StackElement(javax.swing.text.html.HTML.Tag tag)
|
StackElement(javax.swing.text.html.HTML.Tag tag,
javax.swing.text.MutableAttributeSet attribs)
|
StackElement(java.lang.String text)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
attribs
public javax.swing.text.MutableAttributeSet attribs
tag
public javax.swing.text.html.HTML.Tag tag
text
public java.lang.String text
type
public int type
StackElement
public StackElement(javax.swing.text.html.HTML.Tag tag,
javax.swing.text.MutableAttributeSet attribs)
StackElement
public StackElement(java.lang.String text)
StackElement
public StackElement(javax.swing.text.html.HTML.Tag tag)