| Name | Description | Type | Package | Framework |
| CamelCaseStyle | The CamelCaseStyle is used to represent an XML style that can be applied to a serialized object. | Class | org.simpleframework.xml.stream | Simple |
| Format | The Format object is used to provide information on how a generated XML document should be structured. | Class | org.simpleframework.xml.stream | Simple |
| HyphenStyle | The HyphenStyle is used to represent an XML style that can be applied to a serialized object. | Class | org.simpleframework.xml.stream | Simple |
| InputNode | The InputNode object represents an iterator for the elements within an element. | Interface | org.simpleframework.xml.stream | Simple |
| Mode | enum Modeextends Enum | Class | org.simpleframework.xml.stream | Simple |
| NamespaceMap | The NamespaceMap object is used store the namespaces for an element. | Interface | org.simpleframework.xml.stream | Simple |
| Node | The Node is used to represent a name value pair and acts as the base form of data used within the framework. | Interface | org.simpleframework.xml.stream | Simple |
| NodeBuilder | The NodeBuilder object is used to create either an input node or an output node for a given source or destination. | Class | org.simpleframework.xml.stream | Simple |
| NodeException | The NodeException is thrown to indicate the state of either the input node or output node being invalid. | Class | org.simpleframework.xml.stream | Simple |
| NodeMap | The NodeMap object represents a map of nodes that can be set as name value pairs. | Interface | org.simpleframework.xml.stream | Simple |
| OutputNode | The OutputNode object is used to represent a cursor which can be used to write XML elements and attributes. | Interface | org.simpleframework.xml.stream | Simple |
| Position | The Position object is used to acquire the position of the read cursor within the XML file. | Interface | org.simpleframework.xml.stream | Simple |
| Style | The Style interface is used to represent an XML style that can be applied to a serialized object. | Interface | org.simpleframework.xml.stream | Simple |
| Verbosity | enum Verbosityextends Enum | Class | org.simpleframework.xml.stream | Simple |