Inheritance diagram for ProductHandler:

Public Member Functions | |
| ProductHandler (xercesc::SAX2XMLReader *parser, Handler &root, T param) | |
| virtual | ~ProductHandler () |
| 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) |
| T & | series () |
| RegexpHandler< T > * | create (const XMLCh *const localname) |
| RegExpHandler. | |
| 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 Member Functions | |
| RegexpHandler< T > * | create_weight (const xercesc::Attributes &attrs) |
Protected Attributes | |
| XMLCh * | end_ |
| T | param_ |
| RegexpHandler< T > * | lefth_ |
| xercesc::SAX2XMLReader * | parser_ |
| xercesc::DefaultHandler & | root_ |
| XMLEq & | eq_ |
Definition at line 192 of file regexp.hh.
1.5.1