public class Chime extends Element
| Modifier and Type | Field and Description |
|---|---|
static String |
MESSAGEML_TAG |
static String |
PRESENTATIONML_TAG |
CLASS_ATTR, format| Constructor and Description |
|---|
Chime(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.
|
String |
asText()
Return a text representation of the element, descending into its children.
|
protected void |
buildAttribute(Node item)
Parse a DOM attribute into MessageML element properties.
|
void |
validate()
Check the syntax and contents of the element.
|
addChild, buildAll, findElements, findElements, findElements, getAttribute, getAttributes, getChild, getChildren, getFormat, getMessageMLTag, getParent, sizepublic static final String MESSAGEML_TAG
public static final String PRESENTATIONML_TAG
public Chime(Element parent, FormatEnum format) throws InvalidInputException
InvalidInputExceptionprotected void buildAttribute(Node item) throws InvalidInputException
ElementInvalidInputExceptionpublic void asPresentationML(XmlPrintStream out)
Elementpublic String asText()
Elementpublic void validate()
throws InvalidInputException
ElementInvalidInputExceptionCopyright © 2017 The Symphony Software Foundation. All rights reserved.