Inheritance diagram for TypeHandler:

Public Member Functions | |
| TypeHandler (xercesc::SAX2XMLReader *parser, Handler &root, T ¶m) | |
| TypeHandler. | |
| void | start (const XMLCh *const uri, const XMLCh *const localname, const XMLCh *const qname, const xercesc::Attributes &attrs) |
| void | end (const XMLCh *const uri, const XMLCh *const localname, const XMLCh *const qname) |
| void | startElement (const XMLCh *const uri, const XMLCh *const localname, const XMLCh *const qname, const xercesc::Attributes &attrs) |
| void | endElement (const XMLCh *const uri, const XMLCh *const localname, const XMLCh *const qname) |
| XMLEq & | eq () |
Protected Attributes | |
| xercesc::SAX2XMLReader * | parser_ |
| xercesc::DefaultHandler & | root_ |
| XMLEq & | eq_ |
Definition at line 280 of file xml/handlers.hh.
1.5.1