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