2005/5/9

     
 

class NodeUtil

artefaktur
Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members   Related Pages  

acdk::xml::dom::NodeUtil Class Reference

#include <NodeUtil.h>

Inheritance diagram for acdk::xml::dom::NodeUtil:

acdk::lang::Object acdk::lang::ObjectBase acdk::lang::dmi::StdDispatch List of all members.

Detailed Description

API: org.w3c.dom<br>.

Author:
Roger Rene Kommer
Version:
Revision
1.4
Date:
Date
2005/02/05 10:45:36


Static Public Member Functions

org::w3c::dom::RNodeList selectNodes (IN(org::w3c::dom::RNode) node, IN(RString) xpath)
 uses a (very small) subset of XPath to address nodes / Address the root XML Element node(s) /main/sub Address Element via absolut path sub Address Element relativ to current node sub/text() Address the Text below sub

org::w3c::dom::RNodeList selectNodes (IN(org::w3c::dom::RDocument) doc, IN(RString) xpath)
org::w3c::dom::RNode selectNode (IN(org::w3c::dom::RNode) node, IN(RString) xpath)
org::w3c::dom::RNode selectNode (IN(org::w3c::dom::RDocument) doc, IN(RString) xpath)
RString toXml (IN(org::w3c::dom::RNode) node)


Member Function Documentation

org::w3c::dom::RNode acdk::xml::dom::NodeUtil::selectNode IN(org::w3c::dom::RDocument doc,
IN(RString xpath
[inline, static]
 

org::w3c::dom::RNode acdk::xml::dom::NodeUtil::selectNode IN(org::w3c::dom::RNode node,
IN(RString xpath
[static]
 

org::w3c::dom::RNodeList acdk::xml::dom::NodeUtil::selectNodes IN(org::w3c::dom::RDocument doc,
IN(RString xpath
[inline, static]
 

org::w3c::dom::RNodeList acdk::xml::dom::NodeUtil::selectNodes IN(org::w3c::dom::RNode node,
IN(RString xpath
[static]
 

uses a (very small) subset of XPath to address nodes / Address the root XML Element node(s) /main/sub Address Element via absolut path sub Address Element relativ to current node sub/text() Address the Text below sub

RString acdk::xml::dom::NodeUtil::toXml IN(org::w3c::dom::RNode node  )  [static]