Rogue Wave Views 5.5.1 |
Rogue Wave Views |
Rogue Wave Views Documentation Home |
Interface for XML processing instruction entities. More...
#include <ilog/xml.h>
Public Member Functions | |
virtual const char * | getData () const =0 |
Retrieves the data. | |
virtual const char * | getTarget () const =0 |
Retrieves the target. | |
virtual Type | getType () const |
Retrieves the type of this element. | |
virtual void | setData (const char *data) |
Sets the data. | |
virtual void | setTarget (const char *target) |
Sets the target. | |
virtual void | storeData (char *data)=0 |
Sets the data. | |
virtual void | storeTarget (char *target)=0 |
Sets the target. | |
virtual ostream & | write (ostream &) const |
Writes the XML code for this node. |
Interface for XML processing instruction entities.
Library: ilog
This class is an interface that describes an XML Processing Instruction node.
virtual const char* IlXmlPII::getData | ( | ) | const [pure virtual] |
Retrieves the data.
Implemented in IlXmlPI.
virtual const char* IlXmlPII::getTarget | ( | ) | const [pure virtual] |
Retrieves the target.
Implemented in IlXmlPI.
virtual Type IlXmlPII::getType | ( | ) | const [virtual] |
virtual void IlXmlPII::setData | ( | const char * | data | ) | [virtual] |
Sets the data.
data | The new data of this PI. The default implementation calls storeData with a copy of the string data. |
virtual void IlXmlPII::setTarget | ( | const char * | target | ) | [virtual] |
Sets the target.
target | The new target of this PI. The default implementation calls storeTarget with a copy of the string target. |
virtual void IlXmlPII::storeData | ( | char * | data | ) | [pure virtual] |
Sets the data.
data | The new data of this PI. This string is not copied before it is stored. |
Implemented in IlXmlPI.
virtual void IlXmlPII::storeTarget | ( | char * | target | ) | [pure virtual] |
Sets the target.
target | The new target of this PI. This string is not copied before it is stored. |
Implemented in IlXmlPI.
virtual ostream& IlXmlPII::write | ( | ostream & | stream | ) | const [virtual] |
Writes the XML code for this node.
Each subclass of this class implements its own version of write
, depending on its type.
stream | The output stream where the XML code will be sent. |
Implements IlXmlNodeI.
© Copyright 2012, 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.