org.owasp.orizon.mirage.jsp.parser
Class JspDirectiveAttribute

java.lang.Object
  extended by org.owasp.orizon.mirage.jsp.parser.BaseNode
      extended by org.owasp.orizon.mirage.jsp.parser.JspDirectiveAttribute
All Implemented Interfaces:
Node

public class JspDirectiveAttribute
extends BaseNode


Field Summary
 
Fields inherited from class org.owasp.orizon.mirage.jsp.parser.BaseNode
children, id, parent
 
Constructor Summary
JspDirectiveAttribute()
           
JspDirectiveAttribute(int id)
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getValue()
           
 void setName(java.lang.String name)
           
 void setValue(java.lang.String value)
           
 java.lang.String toString()
           
 
Methods inherited from class org.owasp.orizon.mirage.jsp.parser.BaseNode
addChild, addChild, clearChildren, close, getAttribute, getAttributeNames, getBeginColumn, getBeginLine, getChild, getChildCount, getEndColumn, getEndLine, getId, getInputSource, getParent, hasAttribute, indexOf, open, removeChild, removeChild, setAttribute, setBeginColumn, setBeginLine, setChild, setEndColumn, setEndLine, setInputSource, setListClass, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JspDirectiveAttribute

public JspDirectiveAttribute(int id)

JspDirectiveAttribute

public JspDirectiveAttribute()
Method Detail

toString

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

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)