Uses of Class
com.qanavigation.Basics.RsltString

Packages that use RsltString
com.qanavigation.Basics   
com.qanavigation.DBacc   
com.qanavigation.UIDserv   
com.qanavigation.XMLBasics   
com.qanavigation.XMLDB   
 

Uses of RsltString in com.qanavigation.Basics
 

Methods in com.qanavigation.Basics that return RsltString
static RsltString SFormatter.conv2UTF8(RsltString p_Val, java.lang.String p_Coding)
          Prepares string encoded in hidden UTF8
 RsltString RsltTable.getValWhere(java.lang.String p_Val, int p_FindCol, int p_ValCol)
           
static RsltString BTools.streamIntoString(java.io.InputStream p_IStrm)
          Extract a stream into a RsltString.
 

Methods in com.qanavigation.Basics with parameters of type RsltString
static RsltString SFormatter.conv2UTF8(RsltString p_Val, java.lang.String p_Coding)
          Prepares string encoded in hidden UTF8
 

Uses of RsltString in com.qanavigation.DBacc
 

Methods in com.qanavigation.DBacc that return RsltString
 RsltString DBacc2.getIncrCounter(java.lang.String p_TblName, java.lang.String p_ColName)
           
 RsltString DBacc2.getValByKey(java.lang.String p_tblName, java.lang.String p_valCol, java.lang.String p_keyCol, java.lang.String p_keyVal)
          Returns a single value identified by a single key.
 

Uses of RsltString in com.qanavigation.UIDserv
 

Methods in com.qanavigation.UIDserv that return RsltString
 RsltString UIDclient.getLicCnt()
           
 RsltString UIDclient.getUID()
           
 

Uses of RsltString in com.qanavigation.XMLBasics
 

Methods in com.qanavigation.XMLBasics that return RsltString
 RsltString RsltXMLNode.getAttrVal(java.lang.String m_AttrName)
           
 RsltString RsltXMLDoc.getNodeVal(java.lang.String p_ValXPth)
          Retrieves a single value from the document.
 RsltString RsltXMLNode.getSubNodeVal(java.lang.String p_XPath)
          Retrieves a single value from the document.
 RsltString RsltXMLNode.getText()
          Text value of the node.
 

Uses of RsltString in com.qanavigation.XMLDB
 

Methods in com.qanavigation.XMLDB that return RsltString
 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
 RsltString XMLDB.export2File(java.lang.String p_UID, java.lang.String p_ApplInfo)
          Exports an XML.
 RsltString XMLDB.getAttrString(java.lang.String p_UID)
          Gets the list of attributes for a node as a string.
 RsltString XMLDBbasics.getAttrVal(java.lang.String p_UID, java.lang.String p_AttrName)
           
 RsltString XMLDBbasics.getFirstUIDByParent(java.lang.String p_ElemType, java.lang.String p_ParUID)
          Gets the first occurrence of a sub element of the given type.
 RsltString XMLDBbasics.getNodeName(java.lang.String p_UID)
           
 RsltString XMLDB.getNodeVal(RsltString p_UID)
          Gets the value of a node.
 RsltString XMLDBbasics.getNodeVal(java.lang.String p_UID)
          Gets the value of a node.
 RsltString XMLDB.getNodeValByParent(java.lang.String p_ElemType, java.lang.String p_ParUID)
           
 RsltString XMLDBbasics.getParentID(RsltString p_UID)
           
 RsltString XMLDBbasics.getTopNodeUID(RsltString p_UID)
          Gets the UID of the top node of the document, to which the node with the UID belongs to.
 RsltString XMLDBbasics.getTopNodeUID(RsltString p_tNodeElem, RsltString p_UID)
          Gets the UID of the top node of the specified element type (if there is) of the document, to which the node with the UID bleongs to.
 RsltString XMLDB.getTopNodeUID(java.lang.String p_UID)
          Gets the UID of the top node of the document, to which the node with the UID belongs to.
 RsltString XMLDB.getTopNodeUID(java.lang.String p_TopElemType, java.lang.String p_UID)
          Gets the UID of the top node of the specified element type (if there is) of the document, to which the node with the UID bleongs to.
 RsltString XMLDBbasics.importXML(org.w3c.dom.Document p_XMLdoc)
           
 RsltString XMLDB.importXMLFile(java.lang.String p_XMLfile)
          Imports an XML from the given file to the DB.
 RsltString XMLDBbasics.newUID()
          Service call to get a new UID.
 

Methods in com.qanavigation.XMLDB with parameters of type RsltString
 RsltTable XMLDB.getNodeAttrs(RsltString p_UID)
          Gets the list of attributes for a node as table.
 RsltString XMLDB.getNodeVal(RsltString p_UID)
          Gets the value of a node.
 RsltString XMLDBbasics.getParentID(RsltString p_UID)
           
 RsltString XMLDBbasics.getTopNodeUID(RsltString p_UID)
          Gets the UID of the top node of the document, to which the node with the UID belongs to.
 RsltString XMLDBbasics.getTopNodeUID(RsltString p_tNodeElem, RsltString p_UID)
          Gets the UID of the top node of the specified element type (if there is) of the document, to which the node with the UID bleongs to.
 XMLDBNode XMLDB.getXMLsubTree(RsltString p_UID)
          Gets the subtree, starting from the node specified with the UID, which can be the entire XML document, if the UID points to it.
 



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