Rogue Wave Views Foundation Package API Reference Guide |
Rogue Wave Views Documentation Home |
Default implementation of XML CharRefs
.
More...
#include <ilog/xml.h>
Public Member Functions | |
virtual int | getRefCode () const |
Retrieves the character code. More... | |
virtual const char * | getRefName () const |
Retrieves the name of this CharRef . More... | |
virtual void | setRefCode (int code) |
Sets the character code. More... | |
virtual void | storeRefName (char *) |
Sets the CharRef name. More... | |
Public Member Functions inherited from IlXmlCharRefI | |
virtual Type | getType () const |
Retrieves the type of this element. More... | |
virtual void | setRefName (const char *name) |
Sets the CharRef name. 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 CharRefs
.
Library: ilog
This class implements the interface IlXmlCharRefI
to provide the basic functionality of XML CharRef
or EntityRef
nodes.
|
virtual |
Retrieves the character code.
0
if this CharRef
does not correspond to a code (then getRefName()
returns a meaningful value). getRefName()
. Implements IlXmlCharRefI.
|
virtual |
Retrieves the name of this CharRef
.
CharRef
. The user must not modify or delete the returned string. This is meaningful only if this CharRef
does not correspond to a character code. Implements IlXmlCharRefI.
|
virtual |
Sets the character code.
code | The new character code for this CharRef . |
Implements IlXmlCharRefI.
|
virtual |
Sets the CharRef
name.
name | The new name of this CharRef . This string is not copied before it is stored. |
Implements IlXmlCharRefI.
© 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.