http://xml.apache.org/http://www.apache.org/http://www.w3.org/

Home

Readme
Installation
Build

API Docs
Samples
Programming
Migration
FAQs

Releases
Feedback

PDF Document

Download
Dev Snapshots
CVS Repository
Mail Archive

API Docs for SAX and DOM
 

Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

ChildNode Class Reference

ChildNode adds to NodeImpl the capability of being a child, this is having siblings. More...

#include <ChildNode.hpp>

Inheritance diagram for ChildNode

Collaboration diagram for ChildNode:

List of all members.

Public Methods

 ChildNode (DocumentImpl *ownerDocument)
 ChildNode (const ChildNode &other)
virtual ~ChildNode ()
virtual void changed ()
virtual NodeImplgetNextSibling ()
virtual NodeImplgetParentNode ()
virtual NodeImplgetPreviousSibling ()

Public Attributes

ChildNode* previousSibling
ChildNode* nextSibling


Detailed Description

ChildNode adds to NodeImpl the capability of being a child, this is having siblings.


Constructor & Destructor Documentation

ChildNode::ChildNode ( DocumentImpl * ownerDocument )

ChildNode::ChildNode ( const ChildNode & other )

virtual ChildNode::~ChildNode ( ) [virtual]


Member Function Documentation

virtual void ChildNode::changed ( ) [virtual]

Reimplemented from NodeImpl.

virtual NodeImpl* ChildNode::getNextSibling ( ) [virtual]

Reimplemented from NodeImpl.

virtual NodeImpl* ChildNode::getParentNode ( ) [virtual]

Reimplemented from NodeImpl.

virtual NodeImpl* ChildNode::getPreviousSibling ( ) [virtual]

Reimplemented from NodeImpl.


Member Data Documentation

ChildNode * ChildNode::nextSibling

ChildNode * ChildNode::previousSibling


The documentation for this class was generated from the following file:


Copyright © 2000 The Apache Software Foundation. All Rights Reserved.