#include <StylesheetExecutionContext.hpp>
Inheritance diagram for StylesheetExecutionContext
Collaboration diagram for StylesheetExecutionContext:
|
|
|
|
|
|
|
|
|
|
|
Add a result attribute to the list of pending attributes.
Reimplemented in StylesheetExecutionContextDefault. |
|
Associate an XLocator provider to a node. This makes the association based on the root of the tree that is the node's parent.
Reimplemented from XPathExecutionContext. Reimplemented in StylesheetExecutionContextDefault. |
|
Add KeyDeclaration to construction list.
Reimplemented in StylesheetExecutionContextDefault. |
|
Borrow a cached MutableNodeRefList instance.
Reimplemented from XPathExecutionContext. Reimplemented in StylesheetExecutionContextDefault. |
|
Borrow a cached ResultTreeFragBase instance.
Reimplemented from XPathExecutionContext. Reimplemented in StylesheetExecutionContextDefault. |
|
Receive notification of character data.
The Parser will call this method to report each chunk of character data. SAX parsers may return all contiguous character data in a single chunk, or they may split it into several chunks; however, all of the characters in any single event must come from the same external entity, so that the Locator provides useful information.
The application must not attempt to read from the array outside of the specified range.
Note that some parsers will report whitespace using the ignorableWhitespace() method rather than this one (validating parsers must do so).
Reimplemented in StylesheetExecutionContextDefault. |
|
Receive notification of character data. If available, when the disable-output-escaping attribute is used, output raw text without escaping.
Reimplemented in StylesheetExecutionContextDefault. |
|
Reset the vector of top level parameters.
Reimplemented in StylesheetExecutionContextDefault. |
|
Clone an element with or without children.
Reimplemented in StylesheetExecutionContextDefault. |
|
Compare two strings using the collation of the current locale.
Reimplemented in StylesheetExecutionContextDefault. |
|
Compare two strings using the collation of the current locale.
Reimplemented in StylesheetExecutionContextDefault. |
|
Called when a Comment is to be constructed.
Reimplemented in StylesheetExecutionContextDefault. |
|
Add namespace attributes for a node to the list of pending attributes.
Reimplemented in StylesheetExecutionContextDefault. |
|
Create a new empty document.
Reimplemented in StylesheetExecutionContextDefault. |
|
Construct a FormatterToDOM instance. it will add the DOM nodes to the document fragment.
Reimplemented in StylesheetExecutionContextDefault. |
|
Construct a FormatterToDOM instance. it will add the DOM nodes to the document fragment.
Reimplemented in StylesheetExecutionContextDefault. |
|
Create a new FormatterToHTML instance. The execution context owns the instance and will delete it when reset.
Reimplemented in StylesheetExecutionContextDefault. |
|
FormatterToText instance constructor.
Reimplemented in StylesheetExecutionContextDefault. |
|
Create a new FormatterToXML instance. The execution context owns the instance and will delete it when reset.
Reimplemented in StylesheetExecutionContextDefault. |
|
Create and initialize an xpath and return it. This is to be used to create an XPath that is only used during execution.
Reimplemented in StylesheetExecutionContextDefault. |
|
Create a MutableNodeRefList with the appropriate context.
Reimplemented from XPathExecutionContext. Reimplemented in StylesheetExecutionContextDefault. |
|
Convenience function for creating a node set with the supplied node as the only member.
Reimplemented from XPathExecutionContext. Reimplemented in StylesheetExecutionContextDefault. |
|
Create a PrintWriter using the provided ostream instance.
Reimplemented in StylesheetExecutionContextDefault. |
|
Create a PrintWriter. Create an appropriate output stream using the provided file name and encoding.
Reimplemented in StylesheetExecutionContextDefault. |
|
Create a PrintWriter for the provided stream.
Reimplemented in StylesheetExecutionContextDefault. |
|
Create an ResultTreeFragment as a variable and push it on to the stack with the current context.
Reimplemented in StylesheetExecutionContextDefault. |
|
Execute the supplied XPath and and create a variable in the current context.
Reimplemented in StylesheetExecutionContextDefault. |
|
Create an XObject that represents a Result tree fragment.
Reimplemented in StylesheetExecutionContextDefault. |
|
Create an XObject that represents a Result tree fragment.
Reimplemented in StylesheetExecutionContextDefault. |
|
Create a new XalanNumberFormat instance.
Reimplemented in StylesheetExecutionContextDefault. |
|
Print a diagnostics string to the output device.
Reimplemented in StylesheetExecutionContextDefault. |
|
Display the duration since pushTime was called.
Reimplemented in StylesheetExecutionContextDefault. |
|
Whether diagnostic output is to be generated.
Reimplemented in StylesheetExecutionContextDefault. |
|
Determine if an external element is available.
Reimplemented from XPathExecutionContext. Reimplemented in StylesheetExecutionContextDefault. |
|
Remove KeyDeclaration from construction list.
Reimplemented in StylesheetExecutionContextDefault. |
|
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.
Reimplemented in StylesheetExecutionContextDefault. |
|
Receive notification of the end of an element.
The SAX parser will invoke this method at the end of every element in the XML document; there will be a corresponding startElement() event for every endElement() event (even when the element is empty).
If the element name has a namespace prefix, the prefix will still be attached to the name.
Reimplemented in StylesheetExecutionContextDefault. |
|
Tell the user of an error, and probably throw an exception.
Reimplemented from XPathExecutionContext. Reimplemented in StylesheetExecutionContextDefault. |
|
Tell the user of an error, and probably throw an exception.
Reimplemented from XPathExecutionContext. Reimplemented in StylesheetExecutionContextDefault. |
|
Evaluate the value of an attribute within the context of a specified context node and namespace.
Reimplemented in StylesheetExecutionContextDefault. |
|
Execute an XPath and return the resulting XObject. The lifetime of this XObject is not necessarily that of the Stylesheet.
Reimplemented in StylesheetExecutionContextDefault. |
|
Handle an extension function.
Reimplemented from XPathExecutionContext. Reimplemented in StylesheetExecutionContextDefault. |
|
Determine if an element is on the recursion stack.
Reimplemented in StylesheetExecutionContextDefault. |
|
Given a DOM Document, tell what URI was used to parse it. Needed for relative resolution.
Reimplemented from XPathExecutionContext. Reimplemented in StylesheetExecutionContextDefault. |
|
Fire a generate event.
Reimplemented in StylesheetExecutionContextDefault. |
|
Fire a selection event.
Reimplemented in StylesheetExecutionContextDefault. |
|
Fire a trace event.
Reimplemented in StylesheetExecutionContextDefault. |
|
Flush the pending element.
Reimplemented in StylesheetExecutionContextDefault. |
|
Determine if a function is available. For standard function availability, theNamespace should be an empty string.
Reimplemented from XPathExecutionContext. Reimplemented in StylesheetExecutionContextDefault. |
|
Reimplemented from XPathExecutionContext. Reimplemented in StylesheetExecutionContextDefault. |
|
Retrieve node list for current context.
Reimplemented from XPathExecutionContext. Reimplemented in StylesheetExecutionContextDefault. |
|
Reimplemented from XPathExecutionContext. Reimplemented in StylesheetExecutionContextDefault. |
|
Reimplemented from XPathExecutionContext. Reimplemented in StylesheetExecutionContextDefault. |
|
Get the counters table, which is a table of cached results that is used by ElemNumber.
Reimplemented in StylesheetExecutionContextDefault. |
|
Retrieve the node currently being executed.
Reimplemented from XPathExecutionContext. Reimplemented in StylesheetExecutionContextDefault. |
|
Get the top of the stack frame from where a search for a variable or param should take place.
Reimplemented in StylesheetExecutionContextDefault. |
|
Get a DOM document, primarily for creating result tree fragments.
Reimplemented from XPathExecutionContext. Reimplemented in StylesheetExecutionContextDefault. |
|
Retrieve the XalanDecimalFormatSymbols instance associated with the name.
Reimplemented from XPathExecutionContext. Reimplemented in StylesheetExecutionContextDefault. |
|
Get the current formatter listener.
Reimplemented in StylesheetExecutionContextDefault. |
|
Determine if a KeyDeclaration is being constructed.
Reimplemented in StylesheetExecutionContextDefault. |
|
Retrieve the current number of spaces to indent.
Reimplemented in StylesheetExecutionContextDefault. |
|
Retrieve the URI corresponding to a namespace prefix.
Reimplemented from XPathExecutionContext. Reimplemented in StylesheetExecutionContextDefault. |
|
Given a valid element key, return the corresponding node list.
Reimplemented from XPathExecutionContext. Reimplemented in StylesheetExecutionContextDefault. |
|
Given a name, return a string representing the value, but don't look in the global space.
Reimplemented in StylesheetExecutionContextDefault. |
|
Retrieve the resolver for namespaces.
Reimplemented from XPathExecutionContext. Reimplemented in StylesheetExecutionContextDefault. |
|
Determine whether conflicts should be reported.
Reimplemented in StylesheetExecutionContextDefault. |
|
Retrieve the result namespace corresponding to a prefix.
Reimplemented in StylesheetExecutionContextDefault. |
|
Retrieve the result prefix corresponding to a namespace.
Reimplemented in StylesheetExecutionContextDefault. |
|
Retrieve root document for stylesheet. Note that this does not have to be a XalanDocument -- it can be any node in a document.
Reimplemented in StylesheetExecutionContextDefault. |
|
Reimplemented from XPathExecutionContext. Reimplemented in StylesheetExecutionContextDefault. |
|
Tells if FoundIndex should be thrown if index is found. This is an optimization for match patterns, and is used internally by the XPath engine.
Reimplemented from XPathExecutionContext. Reimplemented in StylesheetExecutionContextDefault. |
|
Determine the number of trace listeners.
Reimplemented in StylesheetExecutionContextDefault. |
|
If this is set to true, simple traces of template calls are made.
Reimplemented in StylesheetExecutionContextDefault. |
|
Generate a random namespace prefix guaranteed to be unique.
Reimplemented in StylesheetExecutionContextDefault. |
|
Generate a random namespace prefix guaranteed to be unique.
Reimplemented in StylesheetExecutionContextDefault. |
|
The getUnparsedEntityURI function returns the URI of the unparsed entity with the specified name in the same document as the context node (see [3.3 Unparsed Entities]). It returns the empty string if there is no such entity.
Reimplemented from XPathExecutionContext. Reimplemented in StylesheetExecutionContextDefault. |
|
Given a name, locate a variable in the current context, and return a pointer to the object.
Reimplemented from XPathExecutionContext. Reimplemented in StylesheetExecutionContextDefault. |
|
Get an XLocator provider keyed by node. This gets the association based on the root of the tree that is the node's parent.
Reimplemented from XPathExecutionContext. Reimplemented in StylesheetExecutionContextDefault. |
|
Retrieve the factory object for creating XObjects.
Reimplemented from XPathExecutionContext. Reimplemented in StylesheetExecutionContextDefault. |
|
Determine the full XSLT Namespace URI.
Reimplemented in StylesheetExecutionContextDefault. |
|
Special Xalan namespace for built-in extensions.
Reimplemented in StylesheetExecutionContextDefault. |
|
See if there is an element pending.
Reimplemented in StylesheetExecutionContextDefault. |
|
Determine if a node is after another node, in document order.
Reimplemented from XPathExecutionContext. Reimplemented in StylesheetExecutionContextDefault. |
|
Output a message.
Reimplemented from XPathExecutionContext. Reimplemented in StylesheetExecutionContextDefault. |
|
Output a message.
Reimplemented from XPathExecutionContext. Reimplemented in StylesheetExecutionContextDefault. |
|
Given a result tree fragment, walk the tree and output it to the result stream.
Reimplemented in StylesheetExecutionContextDefault. |
|
Output an object to the result tree by doing the right conversions. This is public for access by extensions.
Reimplemented in StylesheetExecutionContextDefault. |
|
Provides support for XML parsing service.
Reimplemented from XPathExecutionContext. Reimplemented in StylesheetExecutionContextDefault. |
|
Pop the current context from the current context stack.
Reimplemented in StylesheetExecutionContextDefault. |
|
Pop a frame marker for an element.
Reimplemented in StylesheetExecutionContextDefault. |
|
Pop an element off the recursion stack.
Reimplemented in StylesheetExecutionContextDefault. |
|
Reimplemented in StylesheetExecutionContextDefault. |
|
Receive notification of a processing instruction.
The Parser will invoke this method once for each processing instruction found: note that processing instructions may occur before or after the main document element.
A SAX parser should never report an XML declaration (XML 1.0, section 2.8) or a text declaration (XML 1.0, section 4.3.1) using this method.
Reimplemented in StylesheetExecutionContextDefault. |
|
Push a context marker onto the stack to let us know when to stop searching for a var.
Reimplemented in StylesheetExecutionContextDefault. |
|
Push a frame marker for an element.
Reimplemented in StylesheetExecutionContextDefault. |
|
Push an element onto the recursion stack.
Reimplemented in StylesheetExecutionContextDefault. |
|
Reimplemented in StylesheetExecutionContextDefault. |
|
Given a template, search for the arguments and push them on the stack. Also, push default arguments on the stack.
Reimplemented in StylesheetExecutionContextDefault. |
|
Mark the time, so that displayDuration can later display the elapsed clock ticks.
Reimplemented in StylesheetExecutionContextDefault. |
|
Set a list of top level variables in the specified execution context stylesheet.
Reimplemented in StylesheetExecutionContextDefault. |
|
Push a named variable onto the processor variable stack The variable will be evaluated when first referenced.
Reimplemented in StylesheetExecutionContextDefault. |
|
Push a named variable onto the variables stack. The variable has already been evaluated.
Reimplemented in StylesheetExecutionContextDefault. |
|
Create an ResultTreeFragment as a variable and push it on to the stack with the current context.
Reimplemented in StylesheetExecutionContextDefault. |
|
Execute the supplied XPath and push the result as a variable in the current context.
Reimplemented in StylesheetExecutionContextDefault. |
|
Execute an XPath using the provided expression, and push the result as a variable in the context of the supplied element.
Reimplemented in StylesheetExecutionContextDefault. |
|
Reimplemented from XPathExecutionContext. Reimplemented in StylesheetExecutionContextDefault. |
|
Replace the contents of a pending attribute.
Reimplemented in StylesheetExecutionContextDefault. |
|
Reset the instance. This must be called before another execution is attempted. Reimplemented from XPathExecutionContext. Reimplemented in StylesheetExecutionContextDefault. |
|
Reset the state of execution to node 'xmlNode' in source tree 'sourceTree.'.
Reimplemented in StylesheetExecutionContextDefault. |
|
Resolve the params that were pushed by the caller.
Reimplemented in StylesheetExecutionContextDefault. |
|
Return a previously borrowed MutableNodeRefList instance.
Reimplemented from XPathExecutionContext. Reimplemented in StylesheetExecutionContextDefault. |
|
Return a previously borrowed ResultTreeFragBase instance.
Reimplemented from XPathExecutionContext. Reimplemented in StylesheetExecutionContextDefault. |
|
Return the XPath created by createMatchPattern().
Reimplemented in StylesheetExecutionContextDefault. |
|
Set node list for current context.
Reimplemented from XPathExecutionContext. Reimplemented in StylesheetExecutionContextDefault. |
|
Change the node currently being executed.
Reimplemented from XPathExecutionContext. Reimplemented in StylesheetExecutionContextDefault. |
|
Set the top of the stack frame from where a search for a variable or param should take place.
Reimplemented in StylesheetExecutionContextDefault. |
|
Set the current formatter listener.
Reimplemented in StylesheetExecutionContextDefault. |
|
Change the resolver for namespaces.
Reimplemented from XPathExecutionContext. Reimplemented in StylesheetExecutionContextDefault. |
|
Set root document for stylesheet. Note that this does not have to be a XalanDocument -- it can be any node in a document.
Reimplemented in StylesheetExecutionContextDefault. |
|
Associate a document with a given URI.
Reimplemented from XPathExecutionContext. Reimplemented in StylesheetExecutionContextDefault. |
|
Set root stylesheet for stylesheet.
Reimplemented in StylesheetExecutionContextDefault. |
|
Changes whether FoundIndex should be thrown if index is found. This is an optimization for match patterns, and is used internally by the XPath engine.
Reimplemented from XPathExecutionContext. Reimplemented in StylesheetExecutionContextDefault. |
|
Tells, through the combination of the default-space attribute on xsl:stylesheet, xsl:strip-space, xsl:preserve-space, and the xml:space attribute, whether or not extra whitespace should be stripped from the node. Literal elements from template elements should not be tested with this function.
Reimplemented from XPathExecutionContext. Reimplemented in StylesheetExecutionContextDefault. |
|
Receive notification of the beginning of a document.
The SAX parser will invoke this method only once, before any other methods in this interface or in DTDHandler (except for setDocumentLocator).
Reimplemented in StylesheetExecutionContextDefault. |
|
Receive notification of the beginning of an element.
The Parser will invoke this method at the beginning of every element in the XML document; there will be a corresponding endElement() event for every startElement() event (even when the element is empty). All of the element's content will be reported, in order, before the corresponding endElement() event.
If the element name has a namespace prefix, the prefix will still be attached.
Reimplemented in StylesheetExecutionContextDefault. |
|
Compose a diagnostic trace of the current selection.
Reimplemented in StylesheetExecutionContextDefault. |
|
Tell the user of an warning, and probably throw an exception.
Reimplemented from XPathExecutionContext. Reimplemented in StylesheetExecutionContextDefault. |
|
Tell the user of an warning, and probably throw an exception.
Reimplemented from XPathExecutionContext. Reimplemented in StylesheetExecutionContextDefault. |
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++ XSL Transformer Version 1.1 |
|