GME  13
Public Member Functions
__AbortFilter Class Reference

List of all members.

Public Member Functions

 __AbortFilter ()
virtual FilterAction acceptNode (DOMNode *)
virtual FilterAction startElement (DOMElement *)
virtual DOMNodeFilter::ShowType getWhatToShow () const

Detailed Description

This file contains code to build the DOM tree. It registers a document handler with the scanner. In these handler methods, appropriate DOM nodes are created and added to the DOM tree.

Id:
DOMLSParserImpl.cpp 882548 2009-11-20 13:44:14Z borisk

Definition at line 63 of file DOMLSParserImpl.cpp.


Constructor & Destructor Documentation

Definition at line 66 of file DOMLSParserImpl.cpp.


Member Function Documentation

virtual FilterAction __AbortFilter::acceptNode ( DOMNode *  ) [inline, virtual]

Definition at line 67 of file DOMLSParserImpl.cpp.

virtual DOMNodeFilter::ShowType __AbortFilter::getWhatToShow ( ) const [inline, virtual]

Definition at line 69 of file DOMLSParserImpl.cpp.

virtual FilterAction __AbortFilter::startElement ( DOMElement *  ) [inline, virtual]

Definition at line 68 of file DOMLSParserImpl.cpp.


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