Public Member Functions | Public Attributes

xl7::xml::ProcessingInstruction Class Reference

#include <ProcessingInstruction.h>

Inheritance diagram for xl7::xml::ProcessingInstruction:
xl7::xml::Node xl7::xml::Base

List of all members.

Public Member Functions

const cl7::string_typeget_target () const
const cl7::string_typeget_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

Detailed Description

The (base) class representing an xml processing instruction node.


Member Function Documentation

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.


Member Data Documentation


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines