Package org.simpleframework.xml.stream
package org.simpleframework.xml.stream
-
ClassDescriptionThe
CamelCaseStyleis used to represent an XML style that can be applied to a serialized object.TheFormatobject is used to provide information on how a generated XML document should be structured.TheHyphenStyleis used to represent an XML style that can be applied to a serialized object.TheInputNodeobject represents an iterator for the elements within an element.TheModeenumeration is used to specify the output mode for XML text.TheNamespaceMapobject is used store the namespaces for an element.TheNodeis used to represent a name value pair and acts as the base form of data used within the framework.TheNodeBuilderobject is used to create either an input node or an output node for a given source or destination.TheNodeExceptionis thrown to indicate the state of either the input node or output node being invalid.TheNodeMapobject represents a map of nodes that can be set as name value pairs.TheOutputNodeobject is used to represent a cursor which can be used to write XML elements and attributes.ThePositionobject is used to acquire the position of the read cursor within the XML file.TheStyleinterface is used to represent an XML style that can be applied to a serialized object.TheVerbosityenumeration is used to specify a verbosity preference for the resulting XML.