#include <ProcessingInstruction.h>
Public Member Functions | |
| const cl7::string_type & | get_target () const |
| const cl7::string_type & | get_value () const |
| void | set_target (const cl7::string_type &target) |
| void | set_value (const cl7::string_type &value) |
| virtual cl7::string_type | generate () const |
Public Attributes | |
| friend | Document |
| friend | Element |
The (base) class representing an xml processing instruction node.
| cl7::string_type xl7::xml::ProcessingInstruction::generate | ( | ) | const [virtual] |
Generates xml text representing this xml object.
Reimplemented from xl7::xml::Node.
| const cl7::string_type& xl7::xml::ProcessingInstruction::get_target | ( | ) | const [inline] |
Returns the name of the target application for the processing instruction.
| const cl7::string_type& xl7::xml::ProcessingInstruction::get_value | ( | ) | const [inline] |
Returns the value (parameters) of the processing instruction.
| void xl7::xml::ProcessingInstruction::set_target | ( | const cl7::string_type & | target | ) | [inline] |
Sets the name of the target application for the processing instruction.
| void xl7::xml::ProcessingInstruction::set_value | ( | const cl7::string_type & | value | ) | [inline] |
Sets the value (parameters) of the processing instruction.
Reimplemented from xl7::xml::Node.
Reimplemented from xl7::xml::Node.
1.7.1