Uses of Class
com.qanavigation.XMLBasics.RsltXMLNode

Packages that use RsltXMLNode
com.qanavigation.XMLBasics   
com.qanavigation.XMLDB   
 

Uses of RsltXMLNode in com.qanavigation.XMLBasics
 

Methods in com.qanavigation.XMLBasics that return RsltXMLNode
 RsltXMLNode RsltXMLNode.appNode(java.lang.String p_NodeName)
           
 RsltXMLNode RsltXMLNode.appTxt(java.lang.String p_NodeVal)
          Appends a value (text) to this node.
 RsltXMLNode RsltXMLNode.appTxtNode(java.lang.String p_NodeName, java.lang.String p_NodeVal)
          Creates a new text node and appends it to the current.
 RsltXMLNode RsltXMLNodeLst.getNode(int p_Idx)
           
 RsltXMLNode RsltXMLDoc.getTopNode()
          Gets the top node of the document.
 

Methods in com.qanavigation.XMLBasics with parameters of type RsltXMLNode
 Rslt RsltXMLNode.appNode(RsltXMLNode p_Node)
           
 

Constructors in com.qanavigation.XMLBasics with parameters of type RsltXMLNode
RsltXMLNode(RsltXMLNode p_XMLNode)
           
 

Uses of RsltXMLNode in com.qanavigation.XMLDB
 

Subclasses of RsltXMLNode in com.qanavigation.XMLDB
 class XMLDBNode
          XMLDBNode is the main object to deal with when working with XMLDB.
 

Methods in com.qanavigation.XMLDB with parameters of type RsltXMLNode
 void XMLDBNode.appAttrs(RsltXMLNode p_xNode, java.lang.String p_UID)
          Appends the attributes of a node.
 RsltString XMLDB.appSubTree(java.lang.String p_UID, RsltXMLNode p_Node, boolean p_wChk)
          Appends a (new) sub tree to an existing node in the DB
 void XMLDBNode.appVal(RsltXMLNode p_xNode, java.lang.String p_UID)
           
 



Copyright © 2003 - 20011 Ronald D. Grindle. All Rights Reserved.