rwlogo
Rogue Wave Views 5.6

Rogue Wave Views
Foundation Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

IlXmlPI Class Reference

Default implementation of XML processing instructions. More...

#include <ilog/xml.h>

Inheritance diagram for IlXmlPI:
IlXmlPII IlXmlNodeI

List of all members.

Public Member Functions

virtual const char * getData () const
 Retrieves the data.
virtual const char * getTarget () const
 Retrieves the target.
virtual void storeData (char *)
 Sets the data.
virtual void storeTarget (char *)
 Sets the target.

Detailed Description

Default implementation of XML processing instructions.

Library: ilog

This class implements the interface IlXmlPII to provide the basic functionality of an XML PI node.


Member Function Documentation

virtual const char* IlXmlPI::getData (  )  const [virtual]

Retrieves the data.

Returns:
The data. The user must not modify or delete the returned string.

Implements IlXmlPII.

virtual const char* IlXmlPI::getTarget (  )  const [virtual]

Retrieves the target.

Returns:
The target. The user must not modify or delete the returned string.

Implements IlXmlPII.

virtual void IlXmlPI::storeData ( char *  data  )  [virtual]

Sets the data.

Parameters:
data The new data of this PI. This string is not copied before it is stored.

Implements IlXmlPII.

virtual void IlXmlPI::storeTarget ( char *  target  )  [virtual]

Sets the target.

Parameters:
target The new target of this PI. This string is not copied before it is stored.

Implements IlXmlPII.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

© 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.