public abstract class PtmlBlock extends PtmlNode
name, propertyDependent, propertyIndependent
lineNumber, tag
Constructor and Description |
---|
PtmlBlock(java.lang.String tag,
java.util.UUID id) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
exportAttributes(Ptml ptml)
Exports all standard attributes: None.
|
protected void |
importAttributes(org.xmlpull.v1.XmlPullParser xpp,
Ptml ptml)
Imports all standard attributes: None.
|
void |
marshall(ProcessTree tree,
Block element) |
unmarshall, unmarshall
exportElements, importElements, marshall
checkValidity, exportAttribute, exportElement, importElement, importText
protected void importAttributes(org.xmlpull.v1.XmlPullParser xpp, Ptml ptml)
PtmlElement
importAttributes
in class PtmlProcessTreeElement
protected java.lang.String exportAttributes(Ptml ptml)
PtmlElement
exportAttributes
in class PtmlProcessTreeElement
public void marshall(ProcessTree tree, Block element)