Rogue Wave Views Foundation Package API Reference Guide |
Rogue Wave Views Documentation Home |
Default implementation of XML processing instructions. More...
#include <ilog/xml.h>
Public Member Functions | |
virtual const char * | getData () const |
Retrieves the data. More... | |
virtual const char * | getTarget () const |
Retrieves the target. More... | |
virtual void | storeData (char *) |
Sets the data. More... | |
virtual void | storeTarget (char *) |
Sets the target. More... | |
Public Member Functions inherited from IlXmlPII | |
virtual Type | getType () const |
Retrieves the type of this element. More... | |
virtual void | setData (const char *data) |
Sets the data. More... | |
virtual void | setTarget (const char *target) |
Sets the target. More... | |
Public Member Functions inherited from IlXmlNodeI | |
virtual std::ostream & | write (std::ostream &stream) const =0 |
Writes the XML code for this node. More... | |
Additional Inherited Members | |
Public Types inherited from IlXmlNodeI |
Default implementation of XML processing instructions.
Library: ilog
This class implements the interface IlXmlPII
to provide the basic functionality of an XML PI node.
|
virtual |
Retrieves the data.
Implements IlXmlPII.
|
virtual |
Retrieves the target.
Implements IlXmlPII.
|
virtual |
Sets the data.
data | The new data of this PI. This string is not copied before it is stored. |
Implements IlXmlPII.
|
virtual |
Sets the target.
target | The new target of this PI. This string is not copied before it is stored. |
Implements IlXmlPII.
© Copyright 2016, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.