Uses of Interface
org.simpleframework.xml.stream.Node

Packages that use Node
org.simpleframework.xml.stream   
 

Uses of Node in org.simpleframework.xml.stream
 

Classes in org.simpleframework.xml.stream with type parameters of type Node
 interface NodeMap<T extends Node>
          The NodeMap object represents a map of nodes that can be set as name value pairs.
 

Subinterfaces of Node in org.simpleframework.xml.stream
 interface InputNode
          The InputNode object represents an iterator for the elements within an element.
 interface OutputNode
          The OutputNode object is used to represent a cursor which can be used to write XML elements and attributes.
 

Methods in org.simpleframework.xml.stream that return Node
 Node Node.getParent()
          This is used to acquire the Node that is the parent of this node.
 



Copyright © 2013. All Rights Reserved.