Uses of Package
org.simpleframework.xml.stream

Packages that use org.simpleframework.xml.stream
org.simpleframework.xml   
org.simpleframework.xml.convert   
org.simpleframework.xml.core   
org.simpleframework.xml.strategy   
org.simpleframework.xml.stream   
 

Classes in org.simpleframework.xml.stream used by org.simpleframework.xml
InputNode
          The InputNode object represents an iterator for the elements within an element.
OutputNode
          The OutputNode object 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.convert
InputNode
          The InputNode object represents an iterator for the elements within an element.
NodeMap
          The NodeMap object represents a map of nodes that can be set as name value pairs.
OutputNode
          The OutputNode object 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.core
Format
          The Format object is used to provide information on how a generated XML document should be structured.
InputNode
          The InputNode object represents an iterator for the elements within an element.
OutputNode
          The OutputNode object 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.strategy
InputNode
          The InputNode object represents an iterator for the elements within an element.
NodeMap
          The NodeMap object represents a map of nodes that can be set as name value pairs.
OutputNode
          The OutputNode object 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.stream
Format
          The Format object is used to provide information on how a generated XML document should be structured.
InputNode
          The InputNode object represents an iterator for the elements within an element.
Mode
          The Mode enumeration is used to specify the output mode for XML text.
NamespaceMap
          The NamespaceMap object is used store the namespaces for an element.
Node
          The Node is used to represent a name value pair and acts as the base form of data used within the framework.
NodeMap
          The NodeMap object represents a map of nodes that can be set as name value pairs.
OutputNode
          The OutputNode object is used to represent a cursor which can be used to write XML elements and attributes.
Position
          The Position object is used to acquire the position of the read cursor within the XML file.
Style
          The Style interface is used to represent an XML style that can be applied to a serialized object.
Verbosity
          The Verbosity enumeration is used to specify a verbosity preference for the resulting XML.
 



Copyright © 2013. All Rights Reserved.