com.jxml.quick
Class QDOMEleImpl
java.lang.Object
|
+--com.jxml.quick.QDOMEleImpl
- All Implemented Interfaces:
- QBiModal, QDOMEle, QName
- public class QDOMEleImpl
- extends Object
- implements QDOMEle
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public String name
text
public String text
elements
public ArrayList elements
attributes
public ArrayList attributes
QDOMEleImpl
public QDOMEleImpl()
getQName
public String getQName()
- Description copied from interface:
QName
- Returns the tag name.
- Specified by:
getQName
in interface QName
setQName
public void setQName(String name)
- Description copied from interface:
QName
- Sets the tag name.
- Specified by:
setQName
in interface QName
getQText
public String getQText()
- Specified by:
getQText
in interface QBiModal
setQText
public void setQText(String text)
- Specified by:
setQText
in interface QBiModal
getQElements
public List getQElements()
- Specified by:
getQElements
in interface QDOMEle
getQAttributes
public List getQAttributes()
- Specified by:
getQAttributes
in interface QDOMEle