agonism.dovetail.site.quick
Class QLiteralValue
java.lang.Object
|
+--agonism.dovetail.site.quick.QGBase
|
+--agonism.dovetail.site.quick.QLiteralValue
- All Implemented Interfaces:
- com.jxml.quick.QAware, QGBaseIntf
- public class QLiteralValue
- extends QGBase
- implements QGBaseIntf, com.jxml.quick.QAware
Fields inherited from class agonism.dovetail.site.quick.QGBase |
qParent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
protected QType type
text
protected QLiteralText text
QLiteralValue
public QLiteralValue()
QLiteralValue
public QLiteralValue(QGBaseIntf qParent,
QType type,
QLiteralText text)
- full constructor
QLiteralValue
public QLiteralValue(QGBaseIntf qParent,
QLiteralText text)
- minimum constructor
getType
public QType getType()
setType
public void setType(QType type)
getText
public QLiteralText getText()
setText
public void setText(QLiteralText text)
endElement
public void endElement(java.lang.String tagName,
com.jxml.quick.QContext outputContext)
throws com.jxml.quick.QPE
- Description copied from interface:
QGBaseIntf
- Method called at the end of a Quick transformation. Can be used to check integrity.
- Specified by:
endElement
in interface QGBaseIntf
- Overrides:
endElement
in class QGBase
print
public void print(java.io.PrintWriter pw,
java.lang.String indent)
- Description copied from interface:
QGBaseIntf
- print a summary of this object
- Specified by:
print
in interface QGBaseIntf
- Overrides:
print
in class QGBase
getXAttVal
public java.lang.String getXAttVal(java.lang.String attname)
getXChildren
public java.util.ArrayList getXChildren(java.lang.String childTagName)
getAllXChildren
public java.util.ArrayList getAllXChildren()
- Description copied from interface:
QGBaseIntf
- get a list of all the objects corresponding to XML children
- Specified by:
getAllXChildren
in interface QGBaseIntf
- Overrides:
getAllXChildren
in class QGBase