#include <Domain_Handler.h>
Inheritance diagram for Domain_Handler:
Public Member Functions | |
Domain_Handler (DOMDocument *doc, unsigned long filter_) | |
constructor | |
Domain_Handler (DOMNodeIterator *iter, bool release=false) | |
constructor | |
Domain_Handler (DOMDocument *doc, DOMNodeIterator *iter, bool release=false) | |
constructor | |
void | process_domain (Deployment::Domain &domain) |
Process the Domain type. | |
void | process_node (DOMNodeIterator *iter, Deployment::Node &domain_node) |
process the node attribute | |
void | process_bridge (DOMNodeIterator *iter, Deployment::Bridge &domain_bridge) |
process the node attribute | |
void | process_interconnect (DOMNodeIterator *iter, Deployment::Interconnect &domain_ic) |
process the node attribute | |
void | process_resource (DOMNodeIterator *iter, Deployment::Resource &domain_resource) |
process the resource attribute | |
void | process_sr (DOMNodeIterator *iter, Deployment::SharedResource &domain_sr) |
process the node attribute | |
void | update_node_refs (Deployment::Domain &domain) |
update node refs | |
void | update_ic_refs (Deployment::Domain &domain) |
update ic refs | |
void | update_bridge_refs (Deployment::Domain &domain) |
update bridge refs | |
void | update_sr_refs (Deployment::Domain &domain) |
update sr refs | |
void | process_refs (DOMNamedNodeMap *named_node_map) |
process IDREFs |
This class is within the Target 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 node attribute
|
|
Process the Domain type.
|
|
process the node attribute
|
|
process the node attribute
|
|
process IDREFs
|
|
process the resource attribute
|
|
process the node attribute
|
|
update bridge refs
|
|
update ic refs
|
|
update node refs
|
|
update sr refs
|