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

Packages that use Node
Package
Description
 
  • 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>
    The NodeMap object represents a map of nodes that can be set as name value pairs.
    Modifier and Type
    Interface
    Description
    interface 
    The InputNode object represents an iterator for the elements within an element.
    interface 
    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 that implement Node
    Modifier and Type
    Class
    Description
    (package private) class 
    The InputAttribute is used to represent an attribute within an element.
    (package private) class 
    The InputElement represents a self contained element that will allow access to its child elements.
    (package private) class 
    The OutputAttribute object is used to represent a node added to the output node map.
    (package private) class 
    The OutputDocument object is used to represent the root of an XML document.
    (package private) class 
    The OutputElement object represents an XML element.
    Methods in org.simpleframework.xml.stream that return Node
    Modifier and Type
    Method
    Description
    Node.getParent()
    This is used to acquire the Node that is the parent of this node.