The purpose of this class is to provide a way to get the "preferred" or closest matching type for XObject-derived classes. More...
#include <XObjectTypeCallback.hpp>
Inheritance diagram for XObjectTypeCallback:
The purpose of this class is to provide a way to get the "preferred" or closest matching type for XObject-derived classes.
The idea is to pass a reference to an instance of this class to an XObject instance. It will then call back to the member function that most closely matches its type. This makes it possible to get preferred typing information without doing RTTI or other such type introspections.
|
|
|
|
|
Call back the XObject with a boolean value.
|
|
Call back the XObject with a node set value.
|
|
Call back the XObject with a null value.
|
|
Call back the XObject with a numeric value.
|
|
Call back the XObject with a result tree fragment value.
|
|
Call back the XObject with a result tree fragment value.
|
|
Call back the XObject with a string value.
|
|
Call back the XObject with an unknown value.
|
|
|
The documentation for this class was generated from the following file:
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.10 |
|