Uses of Class
org.symphonyoss.symphony.messageml.exceptions.ProcessingException
-
Packages that use ProcessingException Package Description org.symphonyoss.symphony.messageml org.symphonyoss.symphony.messageml.elements org.symphonyoss.symphony.messageml.util -
-
Uses of ProcessingException in org.symphonyoss.symphony.messageml
Methods in org.symphonyoss.symphony.messageml that throw ProcessingException Modifier and Type Method Description StringMessageMLContext. getText()Retrieve a string representation of the message by getting the values of its PresentationML elements.StringMessageMLContext. getText(boolean preserveWhitespace)Retrieve a string representation of the message by getting the values of its PresentationML elements.voidMessageMLContext. parseMessageML(String message, String entityJson, String version)Parse the text contents of the message and optionally EntityJSON into a MessageMLV2 message. -
Uses of ProcessingException in org.symphonyoss.symphony.messageml.elements
Methods in org.symphonyoss.symphony.messageml.elements that throw ProcessingException Modifier and Type Method Description voidDateSelector. buildAll(MessageMLParser parser, Element element)voidElement. buildAll(MessageMLParser parser, Element element)Process a DOM element, descending into its children, and construct the output MessageML tree.voidGroupedElement. buildAll(MessageMLParser parser, Element element)voidPersonSelector. buildAll(MessageMLParser parser, Element element)voidTextField. buildAll(MessageMLParser parser, Element element)protected voidGroupedElement. buildElementFromGroupDiv(MessageMLParser parser, Element element)protected voidElement. buildNode(MessageMLParser context, Node node)Build a text node or a MessageML element based on the provided DOM node. -
Uses of ProcessingException in org.symphonyoss.symphony.messageml.util
Methods in org.symphonyoss.symphony.messageml.util that throw ProcessingException Modifier and Type Method Description voidIDataProvider. validateURI(URI uri)Check an URI against a whitelist of supported protocols.voidNoOpDataProvider. validateURI(URI uri)voidNullDataProvider. validateURI(URI uri)
-