Uses of Package
org.simpleframework.xml.stream
Packages that use org.simpleframework.xml.stream
Package
Description
-
Classes in org.simpleframework.xml.stream used by org.simpleframework.xmlClassDescriptionThe
InputNodeobject represents an iterator for the elements within an element.TheOutputNodeobject is used to represent a cursor which can be used to write XML elements and attributes. -
Classes in org.simpleframework.xml.stream used by org.simpleframework.xml.convertClassDescriptionThe
InputNodeobject represents an iterator for the elements within an element.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. -
Classes in org.simpleframework.xml.stream used by org.simpleframework.xml.coreClassDescriptionThe
Formatobject is used to provide information on how a generated XML document should be structured.TheInputNodeobject represents an iterator for the elements within an element.TheOutputNodeobject is used to represent a cursor which can be used to write XML elements and attributes. -
Classes in org.simpleframework.xml.stream used by org.simpleframework.xml.strategyClassDescriptionThe
InputNodeobject represents an iterator for the elements within an element.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. -
Classes in org.simpleframework.xml.stream used by org.simpleframework.xml.streamClassDescriptionThe
Formatobject is used to provide information on how a generated XML document should be structured.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.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.