Inheritance diagram for XUnknown:
typedef XObject XUnknown::ParentType |
XUnknown::XUnknown | ( | const XalanDOMString & | name, | |
MemoryManagerType & | theManager | |||
) |
XUnknown::XUnknown | ( | const XUnknown & | source, | |
MemoryManagerType & | theManager | |||
) |
virtual XUnknown::~XUnknown | ( | ) | [virtual] |
static void XUnknown::initialize | ( | MemoryManagerType & | theManager | ) | [static] |
static void XUnknown::terminate | ( | ) | [static] |
static XUnknown* XUnknown::create | ( | const XalanDOMString & | name, | |
MemoryManagerType & | theManager | |||
) | [static] |
virtual const XalanDOMString& XUnknown::getTypeString | ( | ) | const [virtual] |
Given a request type, return the equivalent string.
For diagnostic purposes.
Implements XObject.
virtual double XUnknown::num | ( | ) | const [virtual] |
virtual bool XUnknown::boolean | ( | ) | const [virtual] |
virtual const XalanDOMString& XUnknown::str | ( | ) | const [virtual] |
virtual void XUnknown::str | ( | FormatterListener & | formatterListener, | |
MemberFunctionPtr | function | |||
) | const [virtual] |
virtual double XUnknown::stringLength | ( | ) | const [virtual] |
Get the length of the string value of the instance.
Implements XObject.
virtual void XUnknown::ProcessXObjectTypeCallback | ( | XObjectTypeCallback & | theCallbackObject | ) | [virtual] |
Process a callback request for preferred type information.
theCallbackObject | object to call back |
Implements XObject.
virtual void XUnknown::ProcessXObjectTypeCallback | ( | XObjectTypeCallback & | theCallbackObject | ) | const [virtual] |
Process a callback request for preferred type information.
theCallbackObject | object to call back |
Implements XObject.
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 |
|