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.
theValue | value used to create object |
Reimplemented in XObjectFactoryDefault.
|
Create a node set XObject from a node.
theNOde | value used to create object. |
Reimplemented in XObjectFactoryDefault.
|
Create a node set XObject from a node list.
theValue | value used to create object. theValue will be owned by the new XObject. |
Reimplemented in XObjectFactoryDefault.
|
Create a null XObject.
theValue | value used to create object |
Reimplemented in XObjectFactoryDefault.
|
Create a numeric XObject from an XToken.
The XToken instance must be inexistence for the lifetime of the object.
theValue | value used to create object |
Reimplemented in XObjectFactoryDefault.
|
Create a numeric XObject from a number.
theValue | value used to create object |
Reimplemented in XObjectFactoryDefault.
|
Create a string XObject from a cached XalanDOMString,.
theValue | value used to create object |
Reimplemented in XObjectFactoryDefault.
|
Create a string XObject from an XToken.
The XToken instance must be inexistence for the lifetime of the object.
theValue | value used to create object |
Reimplemented in XObjectFactoryDefault.
|
Create a string XObject from an array of characters.
theValue | a pointer to the array @paran theLength the length of the array |
Reimplemented in XObjectFactoryDefault.
|
Create a string XObject from a null-terminated array of characters.
theValue | a pointer to the array |
Reimplemented in XObjectFactoryDefault.
|
Create a string XObject from a string.
theValue | value used to create object |
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.
theValue | value used to create object |
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
theValue | value used to create object |
Reimplemented in XObjectFactoryDefault.
|
Create an "unknown" XObject from a string.
theValue | value used to create object |
Reimplemented in XObjectFactoryDefault.
|
|
|
|
Reset the instance.
This invalidates all existing instances created with this XObjectFactory.
Reimplemented in XObjectFactoryDefault.
|
Return an XObject to the factory.
theXObject | The XObject to be returned |
|
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.7 |
|