Package org.simpleframework.xml.stream
-
Interface Summary Interface Description InputNode TheInputNodeobject represents an iterator for the elements within an element.NamespaceMap TheNamespaceMapobject is used store the namespaces for an element.Node TheNodeis used to represent a name value pair and acts as the base form of data used within the framework.NodeMap<T extends Node> TheNodeMapobject represents a map of nodes that can be set as name value pairs.OutputNode TheOutputNodeobject is used to represent a cursor which can be used to write XML elements and attributes.Position ThePositionobject is used to acquire the position of the read cursor within the XML file.Style TheStyleinterface is used to represent an XML style that can be applied to a serialized object. -
Class Summary Class Description CamelCaseStyle TheCamelCaseStyleis used to represent an XML style that can be applied to a serialized object.Format TheFormatobject is used to provide information on how a generated XML document should be structured.HyphenStyle TheHyphenStyleis used to represent an XML style that can be applied to a serialized object.NodeBuilder TheNodeBuilderobject is used to create either an input node or an output node for a given source or destination. -
Enum Summary Enum Description Mode TheModeenumeration is used to specify the output mode for XML text.Verbosity TheVerbosityenumeration is used to specify a verbosity preference for the resulting XML. -
Exception Summary Exception Description NodeException TheNodeExceptionis thrown to indicate the state of either the input node or output node being invalid.