Uses of Class
com.ibm.syncml4j.dm.Node

Packages that use Node
com.ibm.syncml4j.dm   
com.ibm.syncml4j.dm.custom   
 

Uses of Node in com.ibm.syncml4j.dm
 

Subclasses of Node in com.ibm.syncml4j.dm
 class AbstractInterior
          The abstract superclass of all Interior nodes within the device management tree.
 class AbstractLeaf
          The abstract superclass of all leaf nodes in the device tree.
 class Interior
          The concrete implementation of Interior provided by the SyncML4J framework.
 class Leaf
          The concrete implementation of AbstractLeaf provided by the SyncML4J framework, to model the Leaf element of a device tree, declared in the SyncML protocol.
 class LeafField
          Represents Leaf classes where the model is not a primitive type, rather a more typical Java object.
 class Tree
          The Tree models the Device Tree and supports the SyncML/DM protocol to add, delete and replace nodes and node properties addressed by URI.
 

Methods in com.ibm.syncml4j.dm that return Node
abstract  Node AbstractInterior.childNamed(java.lang.String aName)
           
 Node Interior.childNamed(java.lang.String aName)
           
 Node AbstractLeaf.childNamed(java.lang.String aName)
          Answer the named child node, which for a leaf node must be null.
abstract  Node Node.childNamed(java.lang.String aName)
          Answer the named child node.
 Node Node.getNode(java.lang.String uri)
          A convenience method for programmatic manipulation of the device tree.
 Node NodeIterator.getNext()
           
 

Methods in com.ibm.syncml4j.dm with parameters of type Node
protected abstract  void AbstractInterior.addChild(Node aNode)
          Adds a node to the collection of child nodes.
protected abstract  Memento AbstractInterior.deleteChild(boolean undoable, Node aNode)
          Used by the framework to delete a child node.
protected  void Tree.update(int anAction, Node aNode)
           
protected  void Interior.addChild(Node aNode)
           
protected  Memento Interior.deleteChild(boolean undoable, Node aNode)
           
protected  void Node.update(int anAction, Node aNode)
           
protected  void Node.changed(int anAction, Node aNode)
           
 

Uses of Node in com.ibm.syncml4j.dm.custom
 

Subclasses of Node in com.ibm.syncml4j.dm.custom
 class InteriorExec
          The SyncML/DM specification allows for the execution of programs at the managed device, by the Exec command.
 class LeafExec
          The SyncML/DM specification allows for the execution of programs at the managed device, by the Exec command.
 

Methods in com.ibm.syncml4j.dm.custom with parameters of type Node
protected  Memento InteriorExec.deleteChild(boolean undoable, Node aNode)
           
 



Copyright © 2003, 2006 IBM Corp. All Rights Reserved.