An default implementation of an abtract class which provides support for constructing the internal representation of a stylesheet. More...
#include <StylesheetConstructionContextDefault.hpp>
Inheritance diagram for StylesheetConstructionContextDefault:
Collaboration diagram for StylesheetConstructionContextDefault:
An default implementation of an abtract class which provides support for constructing the internal representation of a stylesheet.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Allocate a vector of const AVTPart* of the specified length.
Reimplemented from StylesheetConstructionContext. |
|
Allocate a vector of const AVT* of the specified length.
Reimplemented from StylesheetConstructionContext. |
|
Allocate a vector of XalanDOMChar of the specified size.
Reimplemented from StylesheetConstructionContext. |
|
Allocate a vector of XalanDOMChar of the specified size.
Reimplemented from StylesheetConstructionContext. |
|
Create a new Stylesheet instance. The StylesheetConstructionContext instance owns the Stylesheet instance, and will delete it when asked or when the StylesheetConstructionContext instance is destroyed.
Reimplemented from StylesheetConstructionContext. |
|
Create a new StylesheetRoot instance. The StylesheetConstructionContext instance owns the StylesheetRoot instance, and will delete it when asked or when the StylesheetConstructionContext instance is destroyed.
Reimplemented from StylesheetConstructionContext. |
|
Create a new StylesheetRoot instance. The StylesheetConstructionContext instance owns the StylesheetRoot instance, and will delete it when asked or when the StylesheetConstructionContext instance is destroyed.
Reimplemented from StylesheetConstructionContext. |
|
Create an AVT instance.
Reimplemented from StylesheetConstructionContext. |
|
Create an AVTPart instance.
Reimplemented from StylesheetConstructionContext. |
|
Create an AVTPart instance.
Reimplemented from StylesheetConstructionContext. |
|
Create an element to handle an extension element. The instance owns the memory and will delete the element when it goes out of scope and the containing stylesheet is destroyed.
Reimplemented from StylesheetConstructionContext. |
|
Create a an element for literal text. The instance owns the memory and will delete the element when it goes out of scope and the containing stylesheet is destroyed.
Reimplemented from StylesheetConstructionContext. |
|
Create a elements which have specific names. The instance owns the memory and will delete the element when it goes out of scope and the containing stylesheet is destroyed.
Reimplemented from StylesheetConstructionContext. |
|
Create a stylesheet element for the provided type. The instance owns the memory and will delete the element when it goes out of scope and the containing stylesheet is destroyed.
Reimplemented from StylesheetConstructionContext. |
|
Create and initialize an xpath for a match pattern and return it. This is to be used by stylesheet elements that need an XPath that is guaranteed to persist while it lives.
Reimplemented from StylesheetConstructionContext. |
|
Create and initialize an xpath for a match pattern and return it. This is to be used by stylesheet elements that need an XPath that is guaranteed to persist while it lives.
Reimplemented from StylesheetConstructionContext. |
|
Create and initialize an xpath and return it. This is to be used by stylesheet elements that need an XPath that is guaranteed to persist while it lives.
Reimplemented from StylesheetConstructionContext. |
|
Create and initialize an xpath and return it. This is to be used by stylesheet elements that need an XPath that is guaranteed to persist while it lives.
Reimplemented from StylesheetConstructionContext. |
|
Create and initialize an xpath and return it. This is to be used by stylesheet elements that need an XPath that is guaranteed to persist while it lives.
Reimplemented from StylesheetConstructionContext. |
|
Create an instance of XalanMatchPatternData, which describes data related to a match pattern and template in stylesheet. The instance owns the memory and will delete the element when it goes out of scope and the containing stylesheet is destroyed.
Reimplemented from StylesheetConstructionContext. |
|
Create a XalanQName-derived instance.
Reimplemented from StylesheetConstructionContext. |
|
Create a XalanQName-derived instance.
Reimplemented from StylesheetConstructionContext. |
|
Destroy a StylesheetRoot instance. If this StylesheetConstructionContext instance does not own the StylesheetRoot, it will not delete it
Reimplemented from StylesheetConstructionContext. |
|
Reimplemented from StylesheetConstructionContext. |
|
Reimplemented from StylesheetConstructionContext. |
|
Get a cached string for temporary use.
Reimplemented from StylesheetConstructionContext. |
|
|
|
Given an XSL tag name, return an integer token that corresponds to the enums defined above.
Reimplemented from StylesheetConstructionContext. |
|
Get the locator from the top of the locator stack.
Reimplemented from StylesheetConstructionContext. |
|
Get a pooled string given the source character array. If the string already exists in the pool, no copy will be made. If not, a copy will be made and kept for later use.
Reimplemented from StylesheetConstructionContext. |
|
Get a pooled string given the source string. If the string already exists in the pool, no copy will be made. If not, a copy will be made and kept for later use.
Reimplemented from StylesheetConstructionContext. |
|
Determine the fully qualified URI for a string.
Reimplemented from StylesheetConstructionContext. |
|
Determine the fully qualified URI for a string.
Reimplemented from StylesheetConstructionContext. |
|
Determine the fully qualified URI for a string.
Reimplemented from StylesheetConstructionContext. |
|
Determine the fully qualified URI for a string.
Reimplemented from StylesheetConstructionContext. |
|
Retrieve the URI for the current XSLT namespace, for example, "http://www.w3.org/1999/XSL/Transform".
Reimplemented from StylesheetConstructionContext. |
|
Get the latest XSLT version currently supported.
Reimplemented from StylesheetConstructionContext. |
|
Get the Xalan namespace for built-in extensions.
Reimplemented from StylesheetConstructionContext. |
|
Given an name, determine if it is a valid QName.
Reimplemented from StylesheetConstructionContext. |
|
Given an name, determine if it is the xml:space attribute.
Reimplemented from StylesheetConstructionContext. |
|
Given an name, determine if it is the xsl:use-attribute-sets attribute.
Reimplemented from StylesheetConstructionContext. |
|
Reimplemented from StylesheetConstructionContext. |
|
Reimplemented from StylesheetConstructionContext. |
|
Read in the XML file, either producing a Document or calling SAX events, and register the document in a table. If the document has already been read in, it will not be reparsed.
Reimplemented from StylesheetConstructionContext. |
|
Pop the locator from the top of the locator stack.
Reimplemented from StylesheetConstructionContext. |
|
Push a locator on to the locator stack.
Reimplemented from StylesheetConstructionContext. |
|
Return a cached string.
Reimplemented from StylesheetConstructionContext. |
|
Reset the StylesheetConstructionContext instance. Any existing objects created by the instance will be destroyed. Reimplemented from StylesheetConstructionContext. |
|
Tokenize a string and return the QNames corresponding to those tokens.
Reimplemented from StylesheetConstructionContext. |
|
Reimplemented from StylesheetConstructionContext. |
|
Reimplemented from StylesheetConstructionContext. |
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 |
|