public class Card extends Element
| Modifier and Type | Field and Description |
|---|---|
static String |
MESSAGEML_TAG |
static String |
PRESENTATIONML_CLASS |
CLASS_ATTR, format, STYLE_ATTR| Constructor and Description |
|---|
Card(Element parent,
FormatEnum format) |
| Modifier and Type | Method and Description |
|---|---|
void |
asPresentationML(XmlPrintStream out)
Print a PresentationML representation of the element and its children to the provided PrintStream.
|
protected void |
buildAttribute(Node item)
Parse a DOM attribute into MessageML element properties.
|
addChild, asText, buildAll, findElements, findElements, findElements, getAttribute, getAttributes, getChild, getChildren, getFormat, getMessageMLTag, getParent, sizepublic static final String MESSAGEML_TAG
public static final String PRESENTATIONML_CLASS
public Card(Element parent, FormatEnum format)
protected void buildAttribute(Node item) throws InvalidInputException
ElementInvalidInputExceptionpublic void asPresentationML(XmlPrintStream out)
ElementCopyright © 2018 The Symphony Software Foundation. All rights reserved.