#include <IR_Handler.h>
Inheritance diagram for IR_Handler:
Public Member Functions | |
IR_Handler (DOMDocument *doc, unsigned long filter_) | |
constructor | |
IR_Handler (DOMNodeIterator *iter, bool release=false) | |
constructor | |
IR_Handler (DOMDocument *doc, DOMNodeIterator *iter, bool release=false) | |
constructor | |
void | process_ImplementationRequirement (::Deployment::ImplementationRequirement &ir) |
Process the package configuration. | |
Protected Member Functions | |
void | process_resourceUsage (const XMLCh *name,::Deployment::ImplementationRequirement &ir) |
Process the resourceUsage attribute. | |
void | process_resourcePort (const XMLCh *name,::Deployment::ImplementationRequirement &ir) |
Process the resourcePort attribute. | |
void | process_componentPort (const XMLCh *name,::Deployment::ImplementationRequirement &ir) |
Process the componentPort attribute. | |
void | process_name (const XMLCh *name,::Deployment::ImplementationRequirement &ir) |
Process the label attribute. | |
void | process_resourceType (const XMLCh *name,::Deployment::ImplementationRequirement &ir) |
Process the label attribute. |
This class defines handler methods to parse Implementation Requirement types in the descriptor files. The corresponding CORBA IDL type for the schema element is returned.
|
constructor
|
|
constructor
|
|
constructor
|
|
Process the componentPort attribute.
|
|
Process the package configuration.
|
|
Process the label attribute.
|
|
Process the resourcePort attribute.
|
|
Process the label attribute.
|
|
Process the resourceUsage attribute.
|