Package org.simpleframework.xml.stream
-
Interface Summary Interface Description InputNode TheInputNode
object represents an iterator for the elements within an element.NamespaceMap TheNamespaceMap
object is used store the namespaces for an element.Node TheNode
is used to represent a name value pair and acts as the base form of data used within the framework.NodeMap<T extends Node> TheNodeMap
object represents a map of nodes that can be set as name value pairs.OutputNode TheOutputNode
object is used to represent a cursor which can be used to write XML elements and attributes.Position ThePosition
object is used to acquire the position of the read cursor within the XML file.Style TheStyle
interface is used to represent an XML style that can be applied to a serialized object. -
Class Summary Class Description CamelCaseStyle TheCamelCaseStyle
is used to represent an XML style that can be applied to a serialized object.Format TheFormat
object is used to provide information on how a generated XML document should be structured.HyphenStyle TheHyphenStyle
is used to represent an XML style that can be applied to a serialized object.NodeBuilder TheNodeBuilder
object is used to create either an input node or an output node for a given source or destination. -
Enum Summary Enum Description Mode TheMode
enumeration is used to specify the output mode for XML text.Verbosity TheVerbosity
enumeration is used to specify a verbosity preference for the resulting XML. -
Exception Summary Exception Description NodeException TheNodeException
is thrown to indicate the state of either the input node or output node being invalid.