Uses of Interface
org.simpleframework.xml.stream.Node
-
Packages that use Node Package Description org.simpleframework.xml.stream -
-
Uses of Node in org.simpleframework.xml.stream
Classes in org.simpleframework.xml.stream with type parameters of type Node Modifier and Type Interface Description interface
NodeMap<T extends Node>
TheNodeMap
object represents a map of nodes that can be set as name value pairs.Subinterfaces of Node in org.simpleframework.xml.stream Modifier and Type Interface Description interface
InputNode
TheInputNode
object represents an iterator for the elements within an element.interface
OutputNode
TheOutputNode
object is used to represent a cursor which can be used to write XML elements and attributes.Classes in org.simpleframework.xml.stream that implement Node Modifier and Type Class Description (package private) class
InputAttribute
TheInputAttribute
is used to represent an attribute within an element.(package private) class
InputElement
TheInputElement
represents a self contained element that will allow access to its child elements.(package private) class
OutputAttribute
TheOutputAttribute
object is used to represent a node added to the output node map.(package private) class
OutputDocument
TheOutputDocument
object is used to represent the root of an XML document.(package private) class
OutputElement
TheOutputElement
object represents an XML element.Methods in org.simpleframework.xml.stream that return Node Modifier and Type Method Description Node
Node. getParent()
This is used to acquire theNode
that is the parent of this node.
-