#include <XMLStack.h>
Inheritance diagram for XMLStackProcessingInstruction::
Public Types | |
typedef XMLStackProcessingInstruction< _E, _Tr, _A> | _XMLStackProcessingInstruction |
Public Methods | |
XMLStackProcessingInstruction (_XMLStackDocument *Doc, const _XMLStackString &Target) | |
Constructor. More... | |
virtual | ~XMLStackProcessingInstruction () |
Destructor. | |
virtual void | setValue (const _XMLStackString &Value) |
Replaces the content of the processing instruction. | |
virtual void | setValue (unsigned long Value) |
virtual void | setValue (long Value) |
virtual void | setValue (unsigned int Value) |
virtual void | setValue (int Value) |
virtual void | setValue (unsigned short Value) |
virtual void | setValue (short Value) |
virtual void | setValue (signed char Value) |
virtual void | setValue (char Value) |
virtual void | setValue (unsigned char Value) |
virtual void | setValue (double Value, int Scale=6) |
virtual void | setValue (float Value, int Scale=6) |
_XMLStackProcessingInstruction& | operator= (const _XMLStackString &Value) |
Convenience operator for setValue(). | |
_XMLStackProcessingInstruction& | operator= (unsigned long &Value) |
Convenience operator for setValue(). | |
_XMLStackProcessingInstruction& | operator= (long Value) |
Convenience operator for setValue(). | |
_XMLStackProcessingInstruction& | operator= (unsigned int Value) |
Convenience operator for setValue(). | |
_XMLStackProcessingInstruction& | operator= (int Value) |
Convenience operator for setValue(). | |
_XMLStackProcessingInstruction& | operator= (unsigned short Value) |
Convenience operator for setValue(). | |
_XMLStackProcessingInstruction& | operator= (short Value) |
Convenience operator for setValue(). | |
_XMLStackProcessingInstruction& | operator= (signed char Value) |
Convenience operator for setValue(). | |
_XMLStackProcessingInstruction& | operator= (char Value) |
Convenience operator for setValue(). | |
_XMLStackProcessingInstruction& | operator= (unsigned char Value) |
Convenience operator for setValue(). | |
_XMLStackProcessingInstruction& | operator= (double Value) |
Convenience operator for setValue(). | |
_XMLStackProcessingInstruction& | operator= (float Value) |
Convenience operator for setValue(). | |
Protected Methods | |
virtual void | popped (void) |
virtual _XMLStackNode* | clone (void) const |
Protected Attributes | |
_XMLStackString | m_Value |
Definition at line 1646 of file XMLStack.h.
|
Definition at line 1650 of file XMLStack.h. Referenced by clone(). |
|
Constructor.
Definition at line 1660 of file XMLStack.h. |
|
Destructor.
Definition at line 1674 of file XMLStack.h. |
|
Reimplemented from XMLStackNode. Definition at line 1790 of file XMLStack.h. |
|
Convenience operator for setValue().
Reimplemented from XMLStackNode. Definition at line 1774 of file XMLStack.h. |
|
Convenience operator for setValue().
Reimplemented from XMLStackNode. Definition at line 1767 of file XMLStack.h. |
|
Convenience operator for setValue().
Reimplemented from XMLStackNode. Definition at line 1760 of file XMLStack.h. |
|
Convenience operator for setValue().
Reimplemented from XMLStackNode. Definition at line 1753 of file XMLStack.h. |
|
Convenience operator for setValue().
Reimplemented from XMLStackNode. Definition at line 1746 of file XMLStack.h. |
|
Convenience operator for setValue().
Reimplemented from XMLStackNode. Definition at line 1739 of file XMLStack.h. |
|
Convenience operator for setValue().
Reimplemented from XMLStackNode. Definition at line 1732 of file XMLStack.h. |
|
Convenience operator for setValue().
Reimplemented from XMLStackNode. Definition at line 1725 of file XMLStack.h. |
|
Convenience operator for setValue().
Reimplemented from XMLStackNode. Definition at line 1718 of file XMLStack.h. |
|
Convenience operator for setValue().
Reimplemented from XMLStackNode. Definition at line 1711 of file XMLStack.h. |
|
Convenience operator for setValue().
Reimplemented from XMLStackNode. Definition at line 1704 of file XMLStack.h. |
|
Convenience operator for setValue().
Reimplemented from XMLStackNode. Definition at line 1697 of file XMLStack.h. |
|
Reimplemented from XMLStackNode. Definition at line 1783 of file XMLStack.h. |
|
Reimplemented from XMLStackNode. Definition at line 1691 of file XMLStack.h. |
|
Reimplemented from XMLStackNode. Definition at line 1687 of file XMLStack.h. |
|
Reimplemented from XMLStackNode. Definition at line 1686 of file XMLStack.h. |
|
Reimplemented from XMLStackNode. Definition at line 1685 of file XMLStack.h. |
|
Reimplemented from XMLStackNode. Definition at line 1684 of file XMLStack.h. |
|
Reimplemented from XMLStackNode. Definition at line 1683 of file XMLStack.h. |
|
Reimplemented from XMLStackNode. Definition at line 1682 of file XMLStack.h. |
|
Reimplemented from XMLStackNode. Definition at line 1681 of file XMLStack.h. |
|
Reimplemented from XMLStackNode. Definition at line 1680 of file XMLStack.h. |
|
Reimplemented from XMLStackNode. Definition at line 1679 of file XMLStack.h. |
|
Reimplemented from XMLStackNode. Definition at line 1678 of file XMLStack.h. |
|
Replaces the content of the processing instruction.
Reimplemented from XMLStackNode. Definition at line 1677 of file XMLStack.h. |
|
Definition at line 1781 of file XMLStack.h. |