Uses of Enum Class
org.simpleframework.xml.stream.Mode
Packages that use Mode
-
Uses of Mode in org.simpleframework.xml.core
Methods in org.simpleframework.xml.core with parameters of type ModeModifier and TypeMethodDescriptionprivate voidCompositeInlineMap.write(OutputNode node, Map map, Mode mode) Thiswritemethod will write the key value pairs within the provided map to the specified XML node.private voidPrimitiveInlineList.write(OutputNode node, Object source, Mode mode) Thiswritemethod will write the specified object to the given XML element as as list entries. -
Uses of Mode in org.simpleframework.xml.stream
Subclasses with type arguments of type Mode in org.simpleframework.xml.streamModifier and TypeClassDescriptionenumTheModeenumeration is used to specify the output mode for XML text.Fields in org.simpleframework.xml.stream declared as ModeModifier and TypeFieldDescriptionprivate ModeOutputDocument.modeThis is the output mode of this output document object.private ModeOutputElement.modeThis is the output mode that this element object is using.Methods in org.simpleframework.xml.stream that return ModeModifier and TypeMethodDescriptionOutputAttribute.getMode()TheModeis used to indicate the output mode of this node.OutputDocument.getMode()TheModeis used to indicate the output mode of this node.OutputElement.getMode()TheModeis used to indicate the output mode of this node.OutputNode.getMode()TheModeis used to indicate the output mode of this node.static ModeReturns the enum constant of this class with the specified name.static Mode[]Mode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.simpleframework.xml.stream with parameters of type ModeModifier and TypeMethodDescriptionvoidThis is used to set the output mode of this node to either be CDATA, escaped, or inherited.voidThis is used to set the output mode of this node to either be CDATA, escaped, or inherited.voidThis is used to set the output mode of this node to either be CDATA, escaped, or inherited.voidThis is used to set the output mode of this node to either be CDATA, escaped, or inherited.voidThis is used to write the specified text value to the writer.