This class handles the creation of XObjects and manages their lifetime. More...
#include <XObjectFactory.hpp>
Inheritance diagram for XObjectFactory:
This class handles the creation of XObjects and manages their lifetime.
|
|
|
|
|
|
|
|
|
Create a boolean XObject from a boolean value.
Reimplemented in XObjectFactoryDefault. |
|
Create a node set XObject from a node.
Reimplemented in XObjectFactoryDefault. |
|
Create a node set XObject from a node list.
Reimplemented in XObjectFactoryDefault. |
|
Create a null XObject.
Reimplemented in XObjectFactoryDefault. |
|
Create a numeric XObject from an XToken. The XToken instance must be inexistence for the lifetime of the object.
Reimplemented in XObjectFactoryDefault. |
|
Create a numeric XObject from a number.
Reimplemented in XObjectFactoryDefault. |
|
Create a string XObject from a cached XalanDOMString,.
Reimplemented in XObjectFactoryDefault. |
|
Create a string XObject from an XToken. The XToken instance must be inexistence for the lifetime of the object.
Reimplemented in XObjectFactoryDefault. |
|
Create a string XObject from an array of characters.
Reimplemented in XObjectFactoryDefault. |
|
Create a string XObject from a null-terminated array of characters.
Reimplemented in XObjectFactoryDefault. |
|
Create a string XObject from a string.
Reimplemented in XObjectFactoryDefault. |
|
Create a string XObject that will adapt another XObject to behave like a string. The XObject holds a reference to the other XObject.
Reimplemented in XObjectFactoryDefault. |
|
Create a string XObject from a string. The XObject will hold a reference to the supplied string, so the string must be in scope for the lifetime of the instance
Reimplemented in XObjectFactoryDefault. |
|
Create an "unknown" XObject from a string.
Reimplemented in XObjectFactoryDefault. |
|
Delete a FactoryObject instance.
|
|
Return an XObject to the factory.
Reimplemented in XObjectFactoryDefault. |
|
Reimplemented in XObjectFactoryDefault. |
|
Return the actual implementation type of an XObject.
|
|
Reset the instance. This invalidates all existing instances created with this XObjectFactory. Reimplemented in XObjectFactoryDefault. |
|
Return an XObject to the factory.
|
|
|
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 |
|