Uses of Class
org.symphonyoss.symphony.messageml.util.XMLAttribute.Format
-
Packages that use XMLAttribute.Format Package Description org.symphonyoss.symphony.messageml.util -
-
Uses of XMLAttribute.Format in org.symphonyoss.symphony.messageml.util
Fields in org.symphonyoss.symphony.messageml.util declared as XMLAttribute.Format Modifier and Type Field Description XMLAttribute.FormatXMLAttribute. formatMethods in org.symphonyoss.symphony.messageml.util that return XMLAttribute.Format Modifier and Type Method Description XMLAttribute.FormatXMLAttribute. getFormat()static XMLAttribute.FormatXMLAttribute.Format. valueOf(String name)Returns the enum constant of this type with the specified name.static XMLAttribute.Format[]XMLAttribute.Format. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.symphonyoss.symphony.messageml.util with parameters of type XMLAttribute.Format Modifier and Type Method Description StringXmlPrintStream. escape(String in, XMLAttribute.Format format)Translate reserved XML characters to XML entities.static XMLAttributeXMLAttribute. of(String name, XMLAttribute.Format format)
-