- generate() - Method in class org.symphonyoss.symphony.messageml.util.ShortID
-
Generate unique id and returns it.
- generateShortId() - Method in class org.symphonyoss.symphony.messageml.MessageMLContext
-
- get(String) - Method in class org.symphonyoss.symphony.entityjson.EntityJson
-
Return the StructuredObject for the given name, or null.
- get(int) - Method in class org.symphonyoss.symphony.entityjson.EntityJson
-
As per the method of the same name in java.util.List
- getAttribute(String) - Method in class org.symphonyoss.symphony.messageml.elements.Element
-
Return the value of the element's attribute "attr".
- getAttribute(String) - Method in interface org.symphonyoss.symphony.messageml.elements.LabelableElement
-
- getAttribute(String) - Method in interface org.symphonyoss.symphony.messageml.elements.RegexElement
-
- getAttributes() - Method in class org.symphonyoss.symphony.messageml.elements.Element
-
Return a map of the element's attributes.
- getAttributes() - Method in interface org.symphonyoss.symphony.messageml.elements.RegexElement
-
- getChild(int) - Method in class org.symphonyoss.symphony.messageml.elements.Element
-
Return the nth child of the element.
- getChildren() - Method in class org.symphonyoss.symphony.entityjson.EntityJson
-
Return the StructuredObjects contained within this object as a list.
- getChildren() - Method in class org.symphonyoss.symphony.messageml.elements.Element
-
Return a list of the element's children.
- getClosingCharacter() - Method in class org.symphonyoss.symphony.messageml.markdown.EntityDelimiterProcessor
-
- getClosingDelimiter() - Method in class org.symphonyoss.symphony.messageml.markdown.nodes.EmojiNode
-
- getClosingDelimiter() - Method in class org.symphonyoss.symphony.messageml.markdown.nodes.form.FormElementNode
-
- getClosingDelimiter() - Method in class org.symphonyoss.symphony.messageml.markdown.nodes.form.FormNode
-
- getClosingDelimiter() - Method in class org.symphonyoss.symphony.messageml.markdown.nodes.form.OptionNode
-
- getClosingDelimiter() - Method in class org.symphonyoss.symphony.messageml.markdown.nodes.form.SelectNode
-
- getClosingDelimiter() - Method in class org.symphonyoss.symphony.messageml.markdown.nodes.PreformattedNode
-
- getClosingDelimiter() - Method in class org.symphonyoss.symphony.messageml.markdown.nodes.TableNode
-
- getContext() - Method in class org.symphonyoss.symphony.entityjson.EntityJson
-
Return the parse context from which this object was created, which includes error reports
if the input was invalid in some way.
- getContext() - Method in exception org.symphonyoss.symphony.entityjson.EntityJsonException
-
- getContext() - Method in class org.symphonyoss.symphony.entityjson.StructuredObject
-
Return the parse context from which this object was created, which includes error reports
if the input was invalid in some way.
- getDelimiter() - Method in class org.symphonyoss.symphony.messageml.markdown.nodes.TableCellNode
-
- getDelimiter() - Method in class org.symphonyoss.symphony.messageml.markdown.nodes.TableRowNode
-
- getDelimiterUse(DelimiterRun, DelimiterRun) - Method in class org.symphonyoss.symphony.messageml.markdown.EntityDelimiterProcessor
-
- getElementId() - Method in interface org.symphonyoss.symphony.messageml.elements.LabelableElement
-
- getElementId() - Method in class org.symphonyoss.symphony.messageml.elements.PersonSelector
-
- getElementId() - Method in class org.symphonyoss.symphony.messageml.elements.Select
-
- getElementId() - Method in class org.symphonyoss.symphony.messageml.elements.TextArea
-
- getElementId() - Method in class org.symphonyoss.symphony.messageml.elements.TextField
-
- getEmail() - Method in class org.symphonyoss.symphony.messageml.markdown.nodes.MentionNode
-
- getEmail() - Method in interface org.symphonyoss.symphony.messageml.util.IUserPresentation
-
- getEntities() - Method in class org.symphonyoss.symphony.messageml.MessageMLContext
-
Retrieve message entities (tags, mentions, urls) in the legacy JSON format.
- getEntityIdPrefix() - Method in class org.symphonyoss.symphony.messageml.elements.Emoji
-
- getEntityIdPrefix() - Method in class org.symphonyoss.symphony.messageml.elements.Entity
-
- getEntityIdPrefix() - Method in class org.symphonyoss.symphony.messageml.elements.Mention
-
- getEntityJson() - Method in class org.symphonyoss.symphony.messageml.MessageMLContext
-
Retrieve a JSON representation of entity data (EntityJSON).
- getEntitySubType() - Method in class org.symphonyoss.symphony.messageml.elements.CashTag
-
- getEntitySubType() - Method in class org.symphonyoss.symphony.messageml.elements.Emoji
-
- getEntitySubType() - Method in class org.symphonyoss.symphony.messageml.elements.Entity
-
- getEntitySubType() - Method in class org.symphonyoss.symphony.messageml.elements.HashTag
-
- getEntitySubType() - Method in class org.symphonyoss.symphony.messageml.elements.Mention
-
- getEntityType() - Method in class org.symphonyoss.symphony.messageml.elements.CashTag
-
- getEntityType() - Method in class org.symphonyoss.symphony.messageml.elements.Emoji
-
- getEntityType() - Method in class org.symphonyoss.symphony.messageml.elements.Entity
-
- getEntityType() - Method in class org.symphonyoss.symphony.messageml.elements.HashTag
-
- getEntityType() - Method in class org.symphonyoss.symphony.messageml.elements.Mention
-
- getEntityValue() - Method in class org.symphonyoss.symphony.messageml.elements.Emoji
-
- getEntityValue() - Method in class org.symphonyoss.symphony.messageml.elements.Entity
-
- getEntityValue() - Method in class org.symphonyoss.symphony.messageml.elements.Mention
-
- getEntityVersion() - Method in class org.symphonyoss.symphony.messageml.elements.CashTag
-
- getEntityVersion() - Method in class org.symphonyoss.symphony.messageml.elements.Emoji
-
- getEntityVersion() - Method in class org.symphonyoss.symphony.messageml.elements.Entity
-
- getEntityVersion() - Method in class org.symphonyoss.symphony.messageml.elements.HashTag
-
- getEntityVersion() - Method in class org.symphonyoss.symphony.messageml.elements.Mention
-
- getFamily() - Method in class org.symphonyoss.symphony.messageml.elements.Emoji
-
- getFormat() - Method in class org.symphonyoss.symphony.messageml.elements.Element
-
Return the format (MessageML or PresentationML) of the element.
- getId() - Method in interface org.symphonyoss.symphony.messageml.util.IUserPresentation
-
- getIdList() - Method in class org.symphonyoss.symphony.entityjson.StructuredObject
-
- getInstance() - Static method in class org.symphonyoss.symphony.entityjson.EntityJsonURIDownloader
-
Singleton getter.
- getInstanceJsonNode() - Method in interface org.symphonyoss.symphony.entityjson.IEntityJsonInstanceContext
-
- getInstanceSource() - Method in interface org.symphonyoss.symphony.entityjson.IEntityJsonInstanceContext
-
- getJson() - Method in class org.symphonyoss.symphony.messageml.markdown.MarkdownRenderer
-
Get the JSON representation of the input document.
- getLabel(String) - Method in class org.symphonyoss.symphony.messageml.MessageMLParser
-
Returns the label value corresponding to the id
(used internally during parsing)
- getLabelAttribute(String) - Method in interface org.symphonyoss.symphony.messageml.elements.LabelableElement
-
Used internally, normally you dont need to override the default method
- getLinePrefix() - Method in class org.symphonyoss.symphony.messageml.util.IndentedPrintStream
-
- getMajorVersion() - Method in class org.symphonyoss.symphony.entityjson.StructuredObject
-
- getMarkdown() - Method in class org.symphonyoss.symphony.messageml.MessageMLContext
-
Retrieve a string representation of the message in Markdown.
- getMessageML() - Method in class org.symphonyoss.symphony.messageml.MessageMLContext
-
Retrieve the MessageML document tree.
- getMessageMLTag() - Method in class org.symphonyoss.symphony.messageml.elements.Element
-
Return the element's MessageML tag.
- getMinLength() - Method in class org.symphonyoss.symphony.messageml.markdown.EntityDelimiterProcessor
-
- getMinorVersion() - Method in class org.symphonyoss.symphony.entityjson.StructuredObject
-
- getOffset() - Method in class org.symphonyoss.symphony.messageml.util.CountedOutputStream
-
- getOffset() - Method in class org.symphonyoss.symphony.messageml.util.IndentedPrintStream
-
- getOpeningCharacter() - Method in class org.symphonyoss.symphony.messageml.markdown.EntityDelimiterProcessor
-
- getOpeningDelimiter() - Method in class org.symphonyoss.symphony.messageml.markdown.nodes.EmojiNode
-
- getOpeningDelimiter() - Method in class org.symphonyoss.symphony.messageml.markdown.nodes.form.FormElementNode
-
- getOpeningDelimiter() - Method in class org.symphonyoss.symphony.messageml.markdown.nodes.form.FormNode
-
- getOpeningDelimiter() - Method in class org.symphonyoss.symphony.messageml.markdown.nodes.form.OptionNode
-
- getOpeningDelimiter() - Method in class org.symphonyoss.symphony.messageml.markdown.nodes.PreformattedNode
-
- getOpeningDelimiter() - Method in class org.symphonyoss.symphony.messageml.markdown.nodes.TableNode
-
- getOtherAttributes() - Method in interface org.symphonyoss.symphony.messageml.elements.RegexElement
-
- getOtherAttributes() - Method in class org.symphonyoss.symphony.messageml.elements.TextField
-
- getParent() - Method in class org.symphonyoss.symphony.messageml.elements.Element
-
Return the parent of the element.
- getPrefix() - Method in class org.symphonyoss.symphony.messageml.markdown.nodes.KeywordNode
-
- getPresentationML() - Method in class org.symphonyoss.symphony.messageml.MessageMLContext
-
Retrieve a string representation of the message in PresentationML.
- getPresentationMLDivClass() - Method in class org.symphonyoss.symphony.messageml.elements.Checkbox
-
- getPresentationMLDivClass() - Method in class org.symphonyoss.symphony.messageml.elements.GroupedElement
-
- getPresentationMLDivClass() - Method in class org.symphonyoss.symphony.messageml.elements.Radio
-
- getPresentationMLInputType() - Method in class org.symphonyoss.symphony.messageml.elements.Checkbox
-
- getPresentationMLInputType() - Method in class org.symphonyoss.symphony.messageml.elements.GroupedElement
-
- getPresentationMLInputType() - Method in class org.symphonyoss.symphony.messageml.elements.Radio
-
- getPresentationMLLabelTag() - Method in interface org.symphonyoss.symphony.messageml.elements.LabelableElement
-
- getPresentationMLTag() - Method in class org.symphonyoss.symphony.messageml.elements.Card
-
- getPresentationMLTag() - Method in class org.symphonyoss.symphony.messageml.elements.CardBody
-
- getPresentationMLTag() - Method in class org.symphonyoss.symphony.messageml.elements.CardHeader
-
- getPresentationMLTag() - Method in class org.symphonyoss.symphony.messageml.elements.Chime
-
- getPresentationMLTag() - Method in class org.symphonyoss.symphony.messageml.elements.DateSelector
-
- getPresentationMLTag() - Method in class org.symphonyoss.symphony.messageml.elements.Element
-
Return the element's PresentationML tag.
- getPresentationMLTag() - Method in class org.symphonyoss.symphony.messageml.elements.Entity
-
- getPresentationMLTag() - Method in class org.symphonyoss.symphony.messageml.elements.MessageML
-
- getPresentationMLTag() - Method in class org.symphonyoss.symphony.messageml.elements.PersonSelector
-
- getPresentationMLTag() - Method in class org.symphonyoss.symphony.messageml.elements.TextField
-
- getPrettyName() - Method in class org.symphonyoss.symphony.messageml.markdown.nodes.MentionNode
-
- getPrettyName() - Method in interface org.symphonyoss.symphony.messageml.util.IUserPresentation
-
- getPrintOffsets() - Method in class org.symphonyoss.symphony.messageml.util.IndentedPrintStream
-
- getRegexAttrForPresentationML() - Method in interface org.symphonyoss.symphony.messageml.elements.RegexElement
-
Process MessageML attributes to build a map of regex related attributes for PresentationML
- getSchemaJsonNode() - Method in interface org.symphonyoss.symphony.entityjson.IEntityJsonSchemaContext
-
- getSchemaSource() - Method in interface org.symphonyoss.symphony.entityjson.IEntityJsonSchemaContext
-
- getScreenName() - Method in class org.symphonyoss.symphony.messageml.markdown.nodes.MentionNode
-
- getScreenName() - Method in interface org.symphonyoss.symphony.messageml.util.IUserPresentation
-
- getShortCode() - Method in class org.symphonyoss.symphony.messageml.elements.Emoji
-
- getShortcode() - Method in class org.symphonyoss.symphony.messageml.markdown.nodes.EmojiNode
-
- getSize() - Method in class org.symphonyoss.symphony.messageml.elements.Emoji
-
- getTagPattern() - Method in class org.symphonyoss.symphony.messageml.elements.CashTag
-
- getTagPattern() - Method in class org.symphonyoss.symphony.messageml.elements.HashTag
-
- getText() - Method in class org.symphonyoss.symphony.messageml.elements.TextNode
-
- getText() - Method in class org.symphonyoss.symphony.messageml.markdown.MarkdownRenderer
-
Get the text representation of the input document.
- getText() - Method in class org.symphonyoss.symphony.messageml.markdown.nodes.form.CheckboxNode
-
- getText() - Method in class org.symphonyoss.symphony.messageml.markdown.nodes.form.DateSelectorNode
-
- getText() - Method in class org.symphonyoss.symphony.messageml.markdown.nodes.form.FormElementNode
-
- getText() - Method in class org.symphonyoss.symphony.messageml.markdown.nodes.form.PersonSelectorNode
-
- getText() - Method in class org.symphonyoss.symphony.messageml.markdown.nodes.form.RadioNode
-
- getText() - Method in class org.symphonyoss.symphony.messageml.markdown.nodes.form.SelectNode
-
- getText() - Method in class org.symphonyoss.symphony.messageml.markdown.nodes.form.TextAreaNode
-
- getText() - Method in class org.symphonyoss.symphony.messageml.markdown.nodes.form.TextFieldNode
-
- getText() - Method in class org.symphonyoss.symphony.messageml.markdown.nodes.KeywordNode
-
- getText() - Method in class org.symphonyoss.symphony.messageml.markdown.nodes.MentionNode
-
- getText() - Method in class org.symphonyoss.symphony.messageml.MessageMLContext
-
Retrieve a string representation of the message by getting the values of
its PresentationML elements.
- getText(boolean) - Method in class org.symphonyoss.symphony.messageml.MessageMLContext
-
Retrieve a string representation of the message by getting the values of
its PresentationML elements.
- getType() - Method in class org.symphonyoss.symphony.entityjson.StructuredObject
-
- getUid() - Method in class org.symphonyoss.symphony.messageml.markdown.nodes.MentionNode
-
- getUnicode(String) - Static method in class org.symphonyoss.symphony.messageml.util.EmojiShortcodeToUnicode
-
- getUri() - Method in class org.symphonyoss.symphony.messageml.elements.Link
-
- getUserPresentation() - Method in class org.symphonyoss.symphony.messageml.elements.Mention
-
- getUserPresentation(String) - Method in interface org.symphonyoss.symphony.messageml.util.IDataProvider
-
Retrieve user information object based on user email
- getUserPresentation(Long) - Method in interface org.symphonyoss.symphony.messageml.util.IDataProvider
-
Retrieve user information object based on UID
- getValidationResult() - Method in interface org.symphonyoss.symphony.entityjson.IEntityJsonSchemaContext
-
- getVersion() - Method in class org.symphonyoss.symphony.entityjson.StructuredObject
-
- GROUP_DELIMITER - Static variable in class org.symphonyoss.symphony.messageml.markdown.EntityDelimiterProcessor
-
- GroupedElement - Class in org.symphonyoss.symphony.messageml.elements
-
- GroupedElement(Element, String, FormatEnum) - Constructor for class org.symphonyoss.symphony.messageml.elements.GroupedElement
-
- Paragraph - Class in org.symphonyoss.symphony.messageml.elements
-
Class representing a paragraph.
- Paragraph(Element) - Constructor for class org.symphonyoss.symphony.messageml.elements.Paragraph
-
- parse(String, JsonNode, JsonNode) - Method in class org.symphonyoss.symphony.messageml.markdown.MarkdownParser
-
Parse the Markdown message and entity JSON into a MessageML document.
- parseEntityJson(URL) - Method in class org.symphonyoss.symphony.entityjson.EntityJsonParser
-
Parse an EntityJSON instance from the given URL.
- parseEntityJson(Object, Reader) - Method in class org.symphonyoss.symphony.entityjson.EntityJsonParser
-
Parse an EntityJSON instance from the given URL.
- parseEntityJson(Object, ObjectNode) - Method in class org.symphonyoss.symphony.entityjson.EntityJsonParser
-
Parse an EntityJSON instance from the given URL.
- parseMarkdown(String, JsonNode, JsonNode) - Method in class org.symphonyoss.symphony.messageml.MessageMLContext
-
Parse a Markdown message into its MessageMLV2 representation.
- parseMessageML(String, String, String) - Method in class org.symphonyoss.symphony.messageml.MessageMLContext
-
Parse the text contents of the message and optionally EntityJSON into a MessageMLV2 message.
- parseStructuredObject(URL) - Method in class org.symphonyoss.symphony.entityjson.EntityJsonParser
-
Parse a single StructuredObject instance from the given URL.
- parseStructuredObject(Object, Reader) - Method in class org.symphonyoss.symphony.entityjson.EntityJsonParser
-
Parse a single StructuredObject instance from the given URL.
- parseStructuredObject(Object, ObjectNode) - Method in class org.symphonyoss.symphony.entityjson.EntityJsonParser
-
Parse a single StructuredObject instance from the given URL.
- PATTERN_ATTR - Static variable in interface org.symphonyoss.symphony.messageml.elements.RegexElement
-
- PATTERN_ERROR_MESSAGE_ATTR - Static variable in interface org.symphonyoss.symphony.messageml.elements.RegexElement
-
- PATTERN_ERROR_MESSAGE_MAX_LENGTH - Static variable in interface org.symphonyoss.symphony.messageml.elements.RegexElement
-
- PATTERN_MAX_LENGTH - Static variable in interface org.symphonyoss.symphony.messageml.elements.RegexElement
-
- PersonSelector - Class in org.symphonyoss.symphony.messageml.elements
-
Class representing a person selector inside a Symphony Elements form.
- PersonSelector(Element, FormatEnum) - Constructor for class org.symphonyoss.symphony.messageml.elements.PersonSelector
-
- PersonSelectorNode - Class in org.symphonyoss.symphony.messageml.markdown.nodes.form
-
Class that Represents a Markdown Node for the "PersonSelector" form element.
- PersonSelectorNode(String) - Constructor for class org.symphonyoss.symphony.messageml.markdown.nodes.form.PersonSelectorNode
-
- PREFIX - Static variable in class org.symphonyoss.symphony.messageml.elements.CashTag
-
- PREFIX - Static variable in class org.symphonyoss.symphony.messageml.elements.HashTag
-
- Preformatted - Class in org.symphonyoss.symphony.messageml.elements
-
Class representing preformatted text.
- Preformatted(Element) - Constructor for class org.symphonyoss.symphony.messageml.elements.Preformatted
-
- PreformattedNode - Class in org.symphonyoss.symphony.messageml.markdown.nodes
-
Class representing a Markdown node for tables.
- PreformattedNode() - Constructor for class org.symphonyoss.symphony.messageml.markdown.nodes.PreformattedNode
-
- PRESENTATIONML_CLASS - Static variable in class org.symphonyoss.symphony.messageml.elements.Card
-
- PRESENTATIONML_CLASS - Static variable in class org.symphonyoss.symphony.messageml.elements.CardBody
-
- PRESENTATIONML_CLASS - Static variable in class org.symphonyoss.symphony.messageml.elements.CardHeader
-
- PRESENTATIONML_CLASS - Static variable in class org.symphonyoss.symphony.messageml.elements.Entity
-
- PRESENTATIONML_DIV_CLASS - Static variable in class org.symphonyoss.symphony.messageml.elements.Checkbox
-
- PRESENTATIONML_DIV_CLASS - Static variable in class org.symphonyoss.symphony.messageml.elements.Radio
-
- PRESENTATIONML_INPUT_TYPE - Static variable in class org.symphonyoss.symphony.messageml.elements.Checkbox
-
- PRESENTATIONML_INPUT_TYPE - Static variable in class org.symphonyoss.symphony.messageml.elements.Radio
-
- PRESENTATIONML_INPUT_TYPE - Static variable in class org.symphonyoss.symphony.messageml.elements.TextField
-
- PRESENTATIONML_LABEL_TAG - Static variable in class org.symphonyoss.symphony.messageml.elements.GroupedElement
-
- PRESENTATIONML_PATTERN_ERROR_MESSAGE_ATTR - Static variable in interface org.symphonyoss.symphony.messageml.elements.RegexElement
-
- PRESENTATIONML_TAG - Static variable in class org.symphonyoss.symphony.messageml.elements.Chime
-
- PRESENTATIONML_TAG - Static variable in class org.symphonyoss.symphony.messageml.elements.MessageML
-
- print(String, String) - Method in class org.symphonyoss.symphony.messageml.util.AlignedBlock
-
Outputs the block, with the given separator appended to each line except the last, and the given
terminator appended to the last line.
- print() - Method in class org.symphonyoss.symphony.messageml.util.AlignedBlock
-
Output the block without additional separators.
- print(int, boolean) - Method in class org.symphonyoss.symphony.messageml.util.IndentedPrintStream
-
Indent the current line and print a boolean on the same line
- print(int, char) - Method in class org.symphonyoss.symphony.messageml.util.IndentedPrintStream
-
Indent the current line and print a character on the same line
- print(int, char[]) - Method in class org.symphonyoss.symphony.messageml.util.IndentedPrintStream
-
Indent the current line and print a character array on the same line
- print(int, double) - Method in class org.symphonyoss.symphony.messageml.util.IndentedPrintStream
-
Indent the current line and print a double on the same line
- print(int, float) - Method in class org.symphonyoss.symphony.messageml.util.IndentedPrintStream
-
Indent the current line and print a floating point number on the same line
- print(int, int) - Method in class org.symphonyoss.symphony.messageml.util.IndentedPrintStream
-
Indent the current line and print an integer on the same line
- print(int, Object) - Method in class org.symphonyoss.symphony.messageml.util.IndentedPrintStream
-
Indent the current line and print an object on the same line
- print(int, String) - Method in class org.symphonyoss.symphony.messageml.util.IndentedPrintStream
-
Indent the current line and print a string on the same line
- print(int, long) - Method in class org.symphonyoss.symphony.messageml.util.IndentedPrintStream
-
Indent the current line and print a long integer on the same line
- print(boolean) - Method in class org.symphonyoss.symphony.messageml.util.IndentedPrintStream
-
print a boolean with no indent
- print(char) - Method in class org.symphonyoss.symphony.messageml.util.IndentedPrintStream
-
print a character with no indent
- print(char[]) - Method in class org.symphonyoss.symphony.messageml.util.IndentedPrintStream
-
print a character array with no indent
- print(double) - Method in class org.symphonyoss.symphony.messageml.util.IndentedPrintStream
-
print a double with no indent
- print(float) - Method in class org.symphonyoss.symphony.messageml.util.IndentedPrintStream
-
print a floating point number with no indent
- print(int) - Method in class org.symphonyoss.symphony.messageml.util.IndentedPrintStream
-
print an integer with no indent
- print(Object) - Method in class org.symphonyoss.symphony.messageml.util.IndentedPrintStream
-
print an object with no indent
- print(String) - Method in class org.symphonyoss.symphony.messageml.util.IndentedPrintStream
-
print a string with no indent
- print(long) - Method in class org.symphonyoss.symphony.messageml.util.IndentedPrintStream
-
print a long integer with no indent
- print(String, Object...) - Method in class org.symphonyoss.symphony.messageml.util.IndentedPrintStream
-
Convenience method for calling string.format and printing
- print(int, String, Object...) - Method in class org.symphonyoss.symphony.messageml.util.IndentedPrintStream
-
Calls string.format, indents and prints
- printAlignedBlock() - Method in class org.symphonyoss.symphony.messageml.util.IndentedPrintStream
-
Prints the alignedblock without any separators or terminators
- printComment(String) - Method in class org.symphonyoss.symphony.messageml.util.XmlPrintStream
-
Output a comment.
- printElement(String, Object) - Method in class org.symphonyoss.symphony.messageml.util.XmlPrintStream
-
Output a complete element with the given content.
- printElement(String, String, String...) - Method in class org.symphonyoss.symphony.messageml.util.XmlPrintStream
-
Output an element with the given content (value).
- printElement(String, Map<String, String>) - Method in class org.symphonyoss.symphony.messageml.util.XmlPrintStream
-
Output a complete element with the given attributes.
- printElement(String, String, Map<String, String>) - Method in class org.symphonyoss.symphony.messageml.util.XmlPrintStream
-
Output a complete element with the given content and attributes.
- printElement(String) - Method in class org.symphonyoss.symphony.messageml.util.XmlPrintStream
-
Output a complete empty element.
- printlines(String...) - Method in class org.symphonyoss.symphony.messageml.util.IndentedPrintStream
-
Print multiple strings, each with a line break.
- println() - Method in class org.symphonyoss.symphony.messageml.util.IndentedPrintStream
-
Prints a linebreak
- println(int, boolean) - Method in class org.symphonyoss.symphony.messageml.util.IndentedPrintStream
-
Indent the current line and print a boolean on the same line,
then print a line break
- println(int, char) - Method in class org.symphonyoss.symphony.messageml.util.IndentedPrintStream
-
Indent the current line and print a character on the same line,
then print a line break
- println(int, char[]) - Method in class org.symphonyoss.symphony.messageml.util.IndentedPrintStream
-
Indent the current line and print a character array on the same line,
then print a line break
- println(int, double) - Method in class org.symphonyoss.symphony.messageml.util.IndentedPrintStream
-
Indent the current line and print a double on the same line,
then print a line break
- println(int, float) - Method in class org.symphonyoss.symphony.messageml.util.IndentedPrintStream
-
Indent the current line and print a floating point number
on the same line, then print a line break
- println(int, int) - Method in class org.symphonyoss.symphony.messageml.util.IndentedPrintStream
-
Indent the current line and print an integer on the same line,
then print a line break
- println(int, Object) - Method in class org.symphonyoss.symphony.messageml.util.IndentedPrintStream
-
Indent the current line and print an object on the same line,
then print a line break
- println(int, String) - Method in class org.symphonyoss.symphony.messageml.util.IndentedPrintStream
-
Indent the current line and print a string on the same line,
then print a line break
- println(int, long) - Method in class org.symphonyoss.symphony.messageml.util.IndentedPrintStream
-
Indent the current line and print a long integer on the same line,
then print a line break
- println(boolean) - Method in class org.symphonyoss.symphony.messageml.util.IndentedPrintStream
-
print a boolean with no indent with a line break
- println(char) - Method in class org.symphonyoss.symphony.messageml.util.IndentedPrintStream
-
print a character with no indent with a line break
- println(char[]) - Method in class org.symphonyoss.symphony.messageml.util.IndentedPrintStream
-
print a character array with no indent with a line break
- println(double) - Method in class org.symphonyoss.symphony.messageml.util.IndentedPrintStream
-
print a double with no indent with a line break
- println(float) - Method in class org.symphonyoss.symphony.messageml.util.IndentedPrintStream
-
print a floating point number with no indent with a line break
- println(int) - Method in class org.symphonyoss.symphony.messageml.util.IndentedPrintStream
-
print an integer with no indent with a line break
- println(Object) - Method in class org.symphonyoss.symphony.messageml.util.IndentedPrintStream
-
print an object with no indent with a line break
- println(String) - Method in class org.symphonyoss.symphony.messageml.util.IndentedPrintStream
-
print a string with no indent with a line break
- println(long) - Method in class org.symphonyoss.symphony.messageml.util.IndentedPrintStream
-
print a long integer with no indent with a line break
- println(Collection<String>) - Method in class org.symphonyoss.symphony.messageml.util.IndentedPrintStream
-
Prints all strings in a collection on individual lines
- println(String, Object...) - Method in class org.symphonyoss.symphony.messageml.util.IndentedPrintStream
-
Convenience method for calling string.format and printing
with line breaks
- println(int, String, Object...) - Method in class org.symphonyoss.symphony.messageml.util.IndentedPrintStream
-
Calls string.format, indents and prints with line break
- process(Text, Text, int) - Method in class org.symphonyoss.symphony.messageml.markdown.EntityDelimiterProcessor
-
- ProcessingException - Exception in org.symphonyoss.symphony.messageml.exceptions
-
Exception indicating some internal processing error while processing MessageML.
- ProcessingException(String) - Constructor for exception org.symphonyoss.symphony.messageml.exceptions.ProcessingException
-
- ProcessingException(String, Throwable) - Constructor for exception org.symphonyoss.symphony.messageml.exceptions.ProcessingException
-