public class TsmlToolSpecific extends TsmlElement
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TAG |
lineNumber, tag| Constructor and Description |
|---|
TsmlToolSpecific() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkValidity(Tsml tsml)
Default check for validity: No action.
|
protected java.lang.String |
exportAttributes(Tsml tsml)
Exports all standard attributes: None.
|
protected void |
importAttributes(org.xmlpull.v1.XmlPullParser xpp,
Tsml tsml)
Imports all standard attributes: None.
|
exportAttribute, exportElement, exportElements, importElement, importElements, importTextpublic static final java.lang.String TAG
protected void importAttributes(org.xmlpull.v1.XmlPullParser xpp,
Tsml tsml)
TsmlElementimportAttributes in class TsmlElementprotected java.lang.String exportAttributes(Tsml tsml)
TsmlElementexportAttributes in class TsmlElementprotected void checkValidity(Tsml tsml)
TsmlElementcheckValidity in class TsmlElement