#include <PC_Handler.h>
Inheritance diagram for PC_Handler:
Public Member Functions | |
PC_Handler (DOMDocument *doc, unsigned long filter_) | |
constructor | |
PC_Handler (DOMNodeIterator *iter, bool release=false) | |
constructor | |
PC_Handler (DOMDocument *doc, DOMNodeIterator *iter, bool release=false) | |
constructor | |
void | process_PackageConfiguration (::Deployment::PackageConfiguration &pc) |
Process the package configuration. | |
void | process_specializedConfig (const XMLCh *specializedConfig,::Deployment::PackageConfiguration &pc) |
Process the specializedConfig attribute. |
This class is within the Component Data Model subpackage of the Deployment & Configuration package.
This class defines handler methods to parse the aforementioned type in the description files. The corresponding CORBA IDL type for this element is returned.
|
constructor
|
|
constructor
|
|
constructor
|
|
Process the package configuration.
|
|
Process the specializedConfig attribute.
|