Home | Modules | Class Hierarchy | Alphabetical List | Compound List | Related Pages

Node Class Reference
[XMLDOM Parser]

Inheritance diagram for Node:

CharacterData Document Element ProcessingInstruction Comment Text

Detailed Description

Abstract DOM tree node.


Public Methods

bool hasChildNodes ()
Node * getFirstChild ()
Node * getLastChild ()
Node * getParent ()
Node * getNextSibling ()
Node * getPrevSibling ()
const StringgetNodeName ()
virtual const Vector< const
String * > * 
getAttributes ()
short getNodeType ()
DocumentgetOwnerDocument ()
virtual Node * appendChild (Node *newChild)

Static Public Attributes

const short COMMENT_NODE = 0
const short DOCUMENT_NODE = 1
const short ELEMENT_NODE = 2
const short PROCESSING_INSTRUCTION_NODE = 3
const short TEXT_NODE = 4

Protected Methods

 Node (int _type, const String *_name)

Protected Attributes

int type
Node * next
Node * prev
Node * parent
Node * firstChild
const Stringname
DocumentownerDocument


Colorer-take5 Library. Copyright © 1999-2005 Cail Lomecb.
Generated at Fri Apr 29 02:50:05 2005 by doxygen 1.3-rc2.