GME
13
|
Public Member Functions | |
__AbortFilter () | |
virtual FilterAction | acceptNode (DOMNode *) |
virtual FilterAction | startElement (DOMElement *) |
virtual DOMNodeFilter::ShowType | getWhatToShow () const |
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.
Definition at line 63 of file DOMLSParserImpl.cpp.
__AbortFilter::__AbortFilter | ( | ) | [inline] |
Definition at line 66 of file DOMLSParserImpl.cpp.
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.