public class XpdlLoop extends XpdlElement
lineNumber, tag, XpdlText| Constructor and Description |
|---|
XpdlLoop(java.lang.String tag) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkValidity(Xpdl xpdl)
Default check for validity: No action.
|
protected java.lang.String |
exportAttributes()
Exports all attributes.
|
protected java.lang.String |
exportElements()
Exports all standard elements: None.
|
XpdlLoopMultiInstance |
getLoopMultiInstance() |
XpdlLoopStandard |
getLoopStandard() |
java.lang.String |
getLoopType() |
boolean |
hasType(java.lang.String type) |
protected void |
importAttributes(org.xmlpull.v1.XmlPullParser xpp,
Xpdl xpdl)
Imports all standard attributes: None.
|
protected boolean |
importElements(org.xmlpull.v1.XmlPullParser xpp,
Xpdl xpdl)
Imports all standard child elements: None.
|
void |
setLoopMultiInstance(XpdlLoopMultiInstance loopMultiInstance) |
void |
setLoopStandard(XpdlLoopStandard loopStandard) |
void |
setLoopType(java.lang.String loopType) |
checkBoolean, checkDouble, checkInteger, checkRequired, checkRestriction, checkURI, exportAttribute, exportElement, getLineNumber, getTag, getXpdlText, importElement, importText, setLineNumber, setTag, setXpdlTextprotected boolean importElements(org.xmlpull.v1.XmlPullParser xpp,
Xpdl xpdl)
XpdlElementimportElements in class XpdlElementprotected java.lang.String exportElements()
XpdlElementexportElements in class XpdlElementprotected void importAttributes(org.xmlpull.v1.XmlPullParser xpp,
Xpdl xpdl)
XpdlElementimportAttributes in class XpdlElementprotected java.lang.String exportAttributes()
exportAttributes in class XpdlElementprotected void checkValidity(Xpdl xpdl)
XpdlElementcheckValidity in class XpdlElementpublic boolean hasType(java.lang.String type)
public java.lang.String getLoopType()
public void setLoopType(java.lang.String loopType)
public XpdlLoopStandard getLoopStandard()
public void setLoopStandard(XpdlLoopStandard loopStandard)
public XpdlLoopMultiInstance getLoopMultiInstance()
public void setLoopMultiInstance(XpdlLoopMultiInstance loopMultiInstance)