#include <Assembly_Handlers.h>
Inheritance diagram for CIAO::Comp_File_Handler:
Public Types | |
enum | CF_States { START } |
Public Member Functions | |
Comp_File_Handler (Assembly_Spec *spec, ACEXML_XMLReader *parser, CIAO::XMLHelpers::Cascadable_DocHandler *parent, const ACEXML_Char *namespaceURI, const ACEXML_Char *localName, const ACEXML_Char *qName, ACEXML_Attributes *atts ACEXML_ENV_ARG_DECL) throw (ACEXML_SAXException) | |
Constructor. | |
virtual | ~Comp_File_Handler () |
Destructor. | |
virtual void | endElement (const ACEXML_Char *namespaceURI, const ACEXML_Char *localName, const ACEXML_Char *qName ACEXML_ENV_ARG_DECL) throw (ACEXML_SAXException) |
virtual void | startElement (const ACEXML_Char *namespaceURI, const ACEXML_Char *localName, const ACEXML_Char *qName, ACEXML_Attributes *atts ACEXML_ENV_ARG_DECL) throw (ACEXML_SAXException) |
Protected Attributes | |
long | element_count_ |
Assembly_Spec * | context_ |
ACE_CString | id_ |
ACE_CString | fileinarchive_ |
CF_States | state_ |
|
|
|
Constructor.
|
|
Destructor.
|
|
Receive notification of the end of an element. Reimplemented from ACEXML_DefaultHandler. |
|
Receive notification of the beginning of an element. Reimplemented from ACEXML_DefaultHandler. |
|
|
|
|
|
|
|
|
|
|