Uses of Enum Class
org.apache.juneau.xml.XmlSerializerSession.ContentResult
Packages that use XmlSerializerSession.ContentResult
-
Uses of XmlSerializerSession.ContentResult in org.apache.juneau.html
Methods in org.apache.juneau.html that return XmlSerializerSession.ContentResultModifier and TypeMethodDescriptionprotected XmlSerializerSession.ContentResult
HtmlSerializerSession.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.ContentResult
HtmlSerializerSession.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.xml
Methods in org.apache.juneau.xml that return XmlSerializerSession.ContentResultModifier and TypeMethodDescriptionprotected XmlSerializerSession.ContentResult
XmlSerializerSession.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.