Uses of Enum Class
org.apache.juneau.xml.XmlSerializerSession.ContentResult
Packages that use XmlSerializerSession.ContentResult
- 
Uses of XmlSerializerSession.ContentResult in org.apache.juneau.htmlMethods in org.apache.juneau.html that return XmlSerializerSession.ContentResultModifier and TypeMethodDescriptionprotected XmlSerializerSession.ContentResultHtmlSerializerSession.serializeAnything(XmlWriter out, Object o, ClassMeta<?> eType, String keyName, String elementName, Namespace elementNamespace, boolean addNamespaceUris, XmlFormat format, boolean isMixed, boolean preserveWhitespace, BeanPropertyMeta pMeta) protected XmlSerializerSession.ContentResultHtmlSerializerSession.serializeAnything(XmlWriter out, Object o, ClassMeta<?> eType, String name, BeanPropertyMeta pMeta, int xIndent, boolean isRoot, boolean nlIfElement) Serialize the specified object to the specified writer.
- 
Uses of XmlSerializerSession.ContentResult in org.apache.juneau.xmlMethods in org.apache.juneau.xml that return XmlSerializerSession.ContentResultModifier and TypeMethodDescriptionprotected XmlSerializerSession.ContentResultXmlSerializerSession.serializeAnything(XmlWriter out, Object o, ClassMeta<?> eType, String keyName, String elementName, Namespace elementNamespace, boolean addNamespaceUris, XmlFormat format, boolean isMixedOrText, boolean preserveWhitespace, BeanPropertyMeta pMeta) Workhorse method.Returns the enum constant of this class with the specified name.static XmlSerializerSession.ContentResult[]XmlSerializerSession.ContentResult.values()Returns an array containing the constants of this enum class, in the order they are declared.