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  

NameNodeFilter Class Reference

#include <NameNodeFilter.hpp>

Inheritance diagram for NameNodeFilter

Collaboration diagram for NameNodeFilter:

List of all members.

Public Methods

 NameNodeFilter ()
virtual ~NameNodeFilter ()
void setName (DOMString name)
DOMString getName ()
void setMatch (bool match)
bool getMatch ()
virtual DOM_NodeFilter::FilterAction acceptNode (DOM_Node n)


Constructor & Destructor Documentation

NameNodeFilter::NameNodeFilter ( )

virtual NameNodeFilter::~NameNodeFilter ( ) [virtual]


Member Function Documentation

virtual DOM_NodeFilter::FilterAction NameNodeFilter::acceptNode ( DOM_Node n ) [virtual]

bool NameNodeFilter::getMatch ( )

DOMString NameNodeFilter::getName ( )

void NameNodeFilter::setMatch ( bool match )

void NameNodeFilter::setName ( DOMString name )


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


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