#include <IdOperation.h>
Inheritance diagram for xmlUtil::IdOperation::

Public Methods | |
| virtual | ~IdOperation () |
| virtual std::string | myOp () const |
| Must be a friend to invoke convert. More... | |
Protected Methods | |
| virtual NamedId * | convert (const NamedId &inputId) |
| Return a pointer to the new id, if any; behavior of base class is just to copy. More... | |
| IdOperation (DOM_Element) | |
| Will be overridden by derived classes to actually do something. More... | |
| IdOperation () | |
Friends | |
| class | IdConversion |
|
|
Definition at line 32 of file IdOperation.h.
00032 {};
|
|
|
Will be overridden by derived classes to actually do something.
Definition at line 9 of file IdOperation.cxx.
00009 {}
|
|
|
Definition at line 63 of file IdOperation.h.
00063 {}
|
|
|
Return a pointer to the new id, if any; behavior of base class is just to copy.
Reimplemented in xmlUtil::IdOpCompress, xmlUtil::IdOpDisappear, and xmlUtil::IdOpTruncate. Definition at line 11 of file IdOperation.cxx.
00011 {
00012 return new NamedId(inputId);
00013 }
|
|
|
Must be a friend to invoke convert.
Reimplemented in xmlUtil::IdOpCompress, xmlUtil::IdOpDisappear, and xmlUtil::IdOpTruncate. Definition at line 35 of file IdOperation.h.
00036 {return std::string("IDENTITY (default) ");}
|
|
|
Definition at line 33 of file IdOperation.h. |
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001