#include <StylesheetExecutionContext.hpp>
Inheritance diagram for StylesheetExecutionContext:

Collaboration diagram for StylesheetExecutionContext:

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Enums to determine whether or not run-time escaping of URLs has been set.
|
|
|
Enums to determine whether or not run-time omission of the META tag has been set.
|
|
|
|
|
|
|
|
|
Add a result attribute to the list of pending attributes.
|
|
|
Add a result attribute to the list of pending attributes.
|
|
|
Initiate creation of a result tree fragment.
|
|
|
Initiate to put execution result in string.
|
|
|
Initiate context to accept a new set of parameters.
|
|
|
Borrow a cached MutableNodeRefList instance.
Reimplemented from XPathExecutionContext. |
|
|
Send character data from an XObject to the result tree.
|
|
|
Send character data from a node to the result tree.
|
|
|
Receive notification of character data.
|
|
|
Send raw character data from an XObject to the result tree.
|
|
|
Send raw character data from a node to the result tree.
|
|
|
Receive notification of character data. If available, when the disable-output-escaping attribute is used, output raw text without escaping.
|
|
|
Reset the vector of top level parameters.
|
|
|
Clone a node to the result tree.
|
|
|
Clone a node to the result tree.
|
|
|
Compare two strings using the collation of the current locale.
|
|
|
Compare two strings using the collation of the current locale.
|
|
|
Compare two strings using the collation of the supplied locale.
|
|
|
Compare two strings using the collation of the current locale.
|
|
|
Called when a Comment is to be constructed.
|
|
|
Add namespace attributes for a node to the list of pending attributes.
|
|
|
|
|
|
|
|
|
Create a new FormatterToHTML instance. The execution context owns the instance and will delete it when reset.
|
|
|
FormatterToText instance constructor.
|
|
|
Create a new FormatterToXML instance. The execution context owns the instance and will delete it when reset.
|
|
|
Create and initialize an xpath and return it. This is to be used to create an XPath that is only used during execution.
|
|
|
Create a MutableNodeRefList with the appropriate context.
Reimplemented from XPathExecutionContext. |
|
|
Create a PrintWriter using the provided FILE instance.
|
|
|
Create a PrintWriter using the provided ostream instance.
|
|
|
Create a PrintWriter. Create an appropriate output stream using the provided file name and encoding.
|
|
|
Create a PrintWriter for the provided stream.
|
|
|
|
|
|
Execute the supplied XPath and and create a variable in the current context.
|
|
|
Create a new XalanNumberFormat instance.
|
|
|
Determine if an external element is available by resolving a string to a QName.
Reimplemented from XPathExecutionContext. |
|
|
Determine if an external element is available.
Reimplemented from XPathExecutionContext. |
|
|
Indicate sthe completion of result tree fragment.
|
|
|
Receive notification of the end of a document.
The SAX parser will invoke this method only once, and it will be the last method invoked during the parse. The parser shall not invoke this method until it has either abandoned parsing (because of an unrecoverable error) or reached the end of input.
|
|
|
Receive notification of the end of an element.
|
|
|
Indicates the completion of the result string.
|
|
|
Indicate parameter set is complete.
|
|
|
Report an error and throw an exception.
Reimplemented from XPathExecutionContext. |
|
|
Report an error and throw an exception.
|
|
|
Handle an extension function.
|