artefaktur
software engineer &        architecture

 
 
 
 

class LibXMLNamedNodeMap

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

acdk::xml::libxmldom::LibXMLNamedNodeMap Class Reference

#include <LibXMLNamedNodeMap.h>

Inheritance diagram for acdk::xml::libxmldom::LibXMLNamedNodeMap:

acdk::lang::Object org::w3c::dom::NamedNodeMap acdk::lang::ObjectBase acdk::lang::dmi::StdDispatch List of all members.

Public Member Functions

 LibXMLNamedNodeMap (xmlNodePtr np, int type)
org::w3c::dom::RNode getNamedItem (IN(RString) name)
org::w3c::dom::RNode setNamedItem (IN(org::w3c::dom::RNode) arg) throw ( org::w3c::dom::RDOMException )
org::w3c::dom::RNode removeNamedItem (IN(RString) name) throw ( org::w3c::dom::RDOMException )
org::w3c::dom::RNode item (int index)
 Returns the indexth item in the map.

int getLength ()
 The number of nodes in this map.

org::w3c::dom::RNode getNamedItemNS (IN(RString) namespaceURI, IN(RString) localName)
org::w3c::dom::RNode setNamedItemNS (IN(org::w3c::dom::RNode) arg) throw ( org::w3c::dom::RDOMException )
org::w3c::dom::RNode removeNamedItemNS (IN(RString) namespaceURI, IN(RString) localName)

Protected Attributes

xmlNodePtr _nodePtr
int _type

Constructor & Destructor Documentation

acdk::xml::libxmldom::LibXMLNamedNodeMap::LibXMLNamedNodeMap xmlNodePtr  np,
int  type
[inline]
 


Member Function Documentation

int acdk::xml::libxmldom::LibXMLNamedNodeMap::getLength  )  [virtual]
 

The number of nodes in this map.

The range of valid child node indices is 0 to length-1 inclusive.

Implements org::w3c::dom::NamedNodeMap.

org::w3c::dom::RNode acdk::xml::libxmldom::LibXMLNamedNodeMap::getNamedItem IN(RString name  ) 
 

org::w3c::dom::RNode acdk::xml::libxmldom::LibXMLNamedNodeMap::getNamedItemNS IN(RString namespaceURI,
IN(RString localName
 

org::w3c::dom::RNode acdk::xml::libxmldom::LibXMLNamedNodeMap::item int  index  )  [virtual]
 

Returns the indexth item in the map.

If index is greater than or equal to the number of nodes in this map, this returns null.

Parameters:
index Index into this map.
Returns:
The node at the indexth position in the map, or null if that is not a valid index.

Implements org::w3c::dom::NamedNodeMap.

org::w3c::dom::RNode acdk::xml::libxmldom::LibXMLNamedNodeMap::removeNamedItem IN(RString name  )  throw ( org::w3c::dom::RDOMException )
 

org::w3c::dom::RNode acdk::xml::libxmldom::LibXMLNamedNodeMap::removeNamedItemNS IN(RString namespaceURI,
IN(RString localName
 

org::w3c::dom::RNode acdk::xml::libxmldom::LibXMLNamedNodeMap::setNamedItem IN(org::w3c::dom::RNode arg  )  throw ( org::w3c::dom::RDOMException )
 

org::w3c::dom::RNode acdk::xml::libxmldom::LibXMLNamedNodeMap::setNamedItemNS IN(org::w3c::dom::RNode arg  )  throw ( org::w3c::dom::RDOMException )
 


Member Data Documentation

xmlNodePtr acdk::xml::libxmldom::LibXMLNamedNodeMap::_nodePtr [protected]
 

int acdk::xml::libxmldom::LibXMLNamedNodeMap::_type [protected]
 

 
Last modified 2005-05-08 18:34 by SYSTEM By Artefaktur, Ing. Bureau Kommer