#include <StylesheetConstructionContext.hpp>
Inheritance diagram for StylesheetConstructionContext
Collaboration diagram for StylesheetConstructionContext:
|
|
|
|
IDs for XSL element types.
These are the values that must be returned by getElementToken().
|
|
|
Allocate a vector of const AVTPart* of the specified length.
theLength | The length of the vector |
Reimplemented in StylesheetConstructionContextDefault.
|
Allocate a vector of const AVT* of the specified length.
theLength | The length of the vector |
Reimplemented in StylesheetConstructionContextDefault.
|
Allocate a vector of XalanDOMChar of the specified size.
theString | The source character array |
theLength | The length of the character vector |
fTerminate | If true, terminate the new vector with 0 |
Reimplemented in StylesheetConstructionContextDefault.
|
Allocate a vector of XalanDOMChar of the specified size.
theLength | The length of the character vector |
Reimplemented in StylesheetConstructionContextDefault.
|
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.
A | reference to the StylesheetRoot instance. |
theBaseIdentifier | A URI to the stylesheet file. |
Reimplemented in StylesheetConstructionContextDefault.
|
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.
theInputSource | A reference to the input source. |
Reimplemented in StylesheetConstructionContextDefault.
|
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.
theBaseIdentifier | A URI to the stylesheet file. |
Reimplemented in StylesheetConstructionContextDefault.
|
Create an AVT instance.
locator | the Locator for the instance. May be null. |
name | name of AVT |
stringedValue | string value to parse |
resolver | resolver for namespace resolution |
Reimplemented in StylesheetConstructionContextDefault.
|
Create an AVTPart instance.
locator | the Locator for the instance. May be null. |
str | The XPath expression for the instance |
len | The length of the expression |
resolver | resolver for namespace resolution |
Reimplemented in StylesheetConstructionContextDefault.
|
Create an AVTPart instance.
theString | The source character array |
theLength | The length of the character vector |
fTerminate | If true, terminate the new vector with 0 |
Reimplemented in StylesheetConstructionContextDefault.
|
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.
stylesheetTree | The stylesheet containing the element |
name | The name of the element |
atts | The list of attributes for the element |
handler | The handler for elements in the extension namespace |
locator |
The Locator instance for error reporting. May be 0.
|
Reimplemented in StylesheetConstructionContextDefault.
|
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.
stylesheetTree | The stylesheet containing the element |
chars | The pointer to character string for element |
length | length of the chars parameter. |
preserveSpace | true is space should be preserved |
disableOutputEscaping | true if output escaping should be disabled |
locator |
The Locator instance for error reporting. May be 0.
|
Reimplemented in StylesheetConstructionContextDefault.
|
Create a literal result element.
The instance owns the memory and will delete the element when it goes out of scope and the containing stylesheet is destroyed.
stylesheetTree | The stylesheet containing the element |
name | The name of the element |
atts | The list of attributes for the element |
locator |
The Locator instance for error reporting. May be 0.
|
Reimplemented in StylesheetConstructionContextDefault.
|
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.
token | The enum value of the element to create. |
stylesheetTree | The stylesheet containing the element |
atts | The list of attributes for the element |
locator |
The Locator instance for error reporting. May be 0.
|
Reimplemented in StylesheetConstructionContextDefault.
|
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.
locator | the locator for the XPath. May be null. |
str | string to match |
resolver | resolver for namespace resolution |
Reimplemented in StylesheetConstructionContextDefault.
|
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.
locator | the locator for the XPath. May be null. |
str | string to match |
resolver | resolver for namespace resolution |
Reimplemented in StylesheetConstructionContextDefault.
|
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.
locator | the locator for the XPath. May be null. |
str | string to match |
resolver | resolver for namespace resolution |
Reimplemented in StylesheetConstructionContextDefault.
|
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.
locator | the locator for the XPath. May be null. |
str | string to match |
resolver | resolver for namespace resolution |
Reimplemented in StylesheetConstructionContextDefault.
|
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.
locator | the locator for the XPath. May be null. |
str | string to match |
resolver | resolver for namespace resolution |
Reimplemented in StylesheetConstructionContextDefault.
|
Create a XalanQName-derived instance.
qname | The qname string |
namespaces | The stack of namespaces |
Locator | The current Locator, if any |
fUseDefault | If true, a qname without a prefix will use the default namespace |
Reimplemented in StylesheetConstructionContextDefault.
|
Create a XalanQName-derived instance.
qname | The qname string |
namespaces | The stack of namespaces |
Locator | The current Locator, if any |
fUseDefault | If true, a qname without a prefix will use the default namespace |
Reimplemented in StylesheetConstructionContextDefault.
|
Destroy a StylesheetRoot instance.
If this StylesheetConstructionContext instance does not own the StylesheetRoot, it will not delete it
theStylesheet | A pointer to the StylesheetRoot instance to delete. |
Reimplemented in StylesheetConstructionContextDefault.
|
Reimplemented in StylesheetConstructionContextDefault.
|
Reimplemented in StylesheetConstructionContextDefault.
|
Reimplemented in StylesheetConstructionContextDefault.
|
Reimplemented in StylesheetConstructionContextDefault.
|
Get a cached string for temporary use.
Reimplemented from XPathConstructionContext.
Reimplemented in StylesheetConstructionContextDefault.
|
Given an XSL tag name, return an integer token that corresponds to the enums defined above.
name | a probable xsl:xxx element |
Reimplemented in StylesheetConstructionContextDefault.
|
Get the locator from the top of the locator stack.
Reimplemented in StylesheetConstructionContextDefault.
|
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.
theString | The source character array |
theLength | The length of the character array |
Reimplemented from XPathConstructionContext.
Reimplemented in StylesheetConstructionContextDefault.
|
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.
theString | The source string |
Reimplemented from XPathConstructionContext.
Reimplemented in StylesheetConstructionContextDefault.
|
Determine the fully qualified URI for a string.
urlString | string to qualify |
base | base location for URI |
Reimplemented in StylesheetConstructionContextDefault.
|
Determine the fully qualified URI for a string.
urlString | string to qualify |
Reimplemented in StylesheetConstructionContextDefault.
|
Determine the fully qualified URI for a string.
urlString | string to qualify |
base | base location for URI |
Reimplemented in StylesheetConstructionContextDefault.
|
Determine the fully qualified URI for a string.
urlString | string to qualify |
Reimplemented in StylesheetConstructionContextDefault.
|
Retrieve the URI for the current XSLT namespace, for example, "http://www.w3.org/1999/XSL/Transform".
Reimplemented in StylesheetConstructionContextDefault.
|
Get the latest XSLT version currently supported.
Reimplemented in StylesheetConstructionContextDefault.
|
Get the Xalan namespace for built-in extensions.
Reimplemented in StylesheetConstructionContextDefault.
|
Given an name, determine if it is a valid QName.
theName | The name to check |
theStylesheet | The current Stylesheet instance |
theLocator |
The Locator for error reporting. May be 0.
|
Reimplemented in StylesheetConstructionContextDefault.
|
Given an name, determine if it is the xml:space attribute.
theAttributeName | The name to check |
theStylesheet | The current Stylesheet instance |
theLocator |
The Locator for error reporting. May be 0.
|
Reimplemented in StylesheetConstructionContextDefault.
|
Given an name, determine if it is the xsl:use-attribute-sets attribute.
theAttributeName | The name to check |
theStylesheet | The current Stylesheet instance |
theLocator |
The Locator for error reporting. May be 0.
|
Reimplemented in StylesheetConstructionContextDefault.
|
Reimplemented in StylesheetConstructionContextDefault.
|
Reimplemented in StylesheetConstructionContextDefault.
|
Reimplemented in StylesheetConstructionContextDefault.
|
Reimplemented in StylesheetConstructionContextDefault.
|
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.
urlString | location of the XML |
docHandler | pointer to SAX event handler |
docToRegister | if using a SAX event handler, the object to register in the source docs table. |
SAXException |
Reimplemented in StylesheetConstructionContextDefault.
|
Pop the locator from the top of the locator stack.
Reimplemented in StylesheetConstructionContextDefault.
|
Push a locator on to the locator stack.
A | pointer to the Locator to push. |
Reimplemented in StylesheetConstructionContextDefault.
|
Return a cached string.
theString |
The string to release.
|
Reimplemented from XPathConstructionContext.
Reimplemented in StylesheetConstructionContextDefault.
|
Reset the StylesheetConstructionContext instance.
Any existing objects created by the instance will be destroyed.
Reimplemented from XPathConstructionContext.
Reimplemented in StylesheetConstructionContextDefault.
|
Tokenize a string and return the QNames corresponding to those tokens.
count | The number of namespaces in the vector returned |
qnameTokens | The string to tokenize |
namespaces | The stack of namespaces |
Locator | The current Locator, if any |
fUseDefault | If true, qnames without prefixes will use the default namespace |
Reimplemented in StylesheetConstructionContextDefault.
|
Reimplemented in StylesheetConstructionContextDefault.
|
Reimplemented in StylesheetConstructionContextDefault.
|
Reimplemented in StylesheetConstructionContextDefault.
|
Reimplemented in StylesheetConstructionContextDefault.
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.6 |
|