@OpenApiAll
public class StackTable
extends java.lang.Object
Constructor and Description |
---|
StackTable(java.lang.String tag)
Constructor.
|
StackTable(java.lang.String tag,
java.lang.String value,
int pos)
Constructor for tag and its position.
|
StackTable(java.lang.String tag,
java.lang.String value,
int pos,
java.lang.String[] attributeValueList)
Constructor for tag, its position and attributeList.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getAttributeValueList()
Return a attributeValueList.
|
int |
getPos()
Return a position of tag name in stack.
|
java.lang.String |
getTag()
Return a html tag name or attribute name.
|
java.lang.String |
getValue()
Return a value of attribute.
|
void |
setAttributeValueList(java.lang.String[] attributeValueList)
Set a attributeValueList.
|
void |
setPos(int pos)
Set a position of tag name in stack.
|
void |
setTag(java.lang.String tag)
Set a html tag name or attribute name.
|
void |
setValue(java.lang.String value)
Set a value of attribute.
|
public StackTable(java.lang.String tag)
tag
- attribute name of html tagpublic StackTable(java.lang.String tag, java.lang.String value, int pos)
tag
- html tag name or attribute namevalue
- attribute valuepos
- position in stackpublic StackTable(java.lang.String tag, java.lang.String value, int pos, java.lang.String[] attributeValueList)
tag
- html tag name or attribute namevalue
- attribute valuepos
- position in stackattributeValueList
- Array of tag attributepublic java.lang.String getTag()
public void setTag(java.lang.String tag)
tag
- html tag name or attribute name.public java.lang.String getValue()
public void setValue(java.lang.String value)
value
- the value of attribute.public int getPos()
public void setPos(int pos)
pos
- the position of tag name in stack.public java.lang.String[] getAttributeValueList()
public void setAttributeValueList(java.lang.String[] attributeValueList)
attributeValueList
- the attributeValueList to setCopyright © 2010 - No Magic Asia