Uses of Class
com.ricebridge.xmlman.in.OutNode

Packages that use OutNode
com.ricebridge.xmlman.in   
com.ricebridge.xmlman.in.test   
 

Uses of OutNode in com.ricebridge.xmlman.in
 

Methods in com.ricebridge.xmlman.in that return OutNode
 OutNode XmlOutputHandler.findStartNode()
          Find the starting node for the current record, based on data field changes.
 OutNode XmlOutputHandler.createNodeTree(List pOutPathList)
          Create the tree data structure of nodes that represents the XML format to generate.
 OutNode XmlOutputHandler.findRoot()
          Find the root node starting from the record node.
 OutNode XmlOutputHandler.findRoot(OutNode pOutNode)
          Find the root node starting from the given node.
 OutNode XmlOutputHandler.findSubNode(OutNode pFind, String pName)
          Find named subnode of specified node, at any depth.
 OutNode OutNode.nextChild(OutState pOutState)
          Get the next child - loops continuously, but returns null at each restart.
 OutNode OutNode.getParent()
          Get the parent node of this node.
 

Methods in com.ricebridge.xmlman.in with parameters of type OutNode
 void XmlOutputHandler.makeChangeLists(OutNode pSourceNode)
          Resolve data field change possibilities for all ancestors of source node
 void XmlOutputHandler.findChanges(OutNode pNode, OutNode pSubNode, OutNode pIgnoreNode)
          Recursively find all data field change possibilities, starting from subnode and store them in the specified node.
 OutNode XmlOutputHandler.findRoot(OutNode pOutNode)
          Find the root node starting from the given node.
 OutNode XmlOutputHandler.findSubNode(OutNode pFind, String pName)
          Find named subnode of specified node, at any depth.
 void XmlOutputHandler.traverse(OutNode pStartNode, boolean pNoRecord)
          Non-recursive traversal of node structure, outputting XML at each node.
 OutNodeState OutState.getState(OutNode pOutNode)
          get the state of a particular node.
 void OutNode.addChild(OutNode pChild)
          Add a child node to this node, and order children of the same name according to their positions.
 

Uses of OutNode in com.ricebridge.xmlman.in.test
 

Methods in com.ricebridge.xmlman.in.test that return OutNode
 OutNode XmlOutputHandlerTest.makeNodeTree01()
           
 



Copyright © 2004-2005 Ricebridge