#include <StylesheetExecutionContext.hpp>
Inheritance diagram for StylesheetExecutionContext:
Collaboration diagram for StylesheetExecutionContext:
|
|
|
Reimplemented from XPathExecutionContext.
|
eDefault | |
eLowerFirst | |
eUpperFirst |
|
eDefaultXMLIndentAmount | |
eDefaultHTMLIndentAmount |
|
Enums to determine whether or not run-time escaping of URLs has been set.
eEscapeURLsDefault | |
eEscapeURLsNo | |
eEscapeURLsYes |
|
Enums to determine whether or not run-time omission of the META tag has been set.
eOmitMETATagDefault | |
eOmitMETATagNo | |
eOmitMETATagYes |
|
|
|
Add a result attribute to the list of pending attributes.
aname | name of attribute |
value | value of attribute |
Reimplemented in StylesheetExecutionContextDefault.
|
Add KeyDeclaration to construction list.
KeyDeclaration | being constructed |
Reimplemented in StylesheetExecutionContextDefault.
|
Borrow a cached FormatterToText instance.
Reimplemented in StylesheetExecutionContextDefault.
|
Borrow a cached MutableNodeRefList instance.
Reimplemented from XPathExecutionContext.
Reimplemented in StylesheetExecutionContextDefault.
|
Borrow a cached NodeSorter instance.
Reimplemented in StylesheetExecutionContextDefault.
|
Send character data from an XObject to the result tree.
node | The xobject to send. |
Reimplemented in StylesheetExecutionContextDefault.
|
Send character data from a node to the result tree.
node | The node to send. |
Reimplemented in StylesheetExecutionContextDefault.
|
Receive notification of character data.
ch | pointer to characters from the XML document |
start | start position in the array |
length | number of characters to read from the array |
Reimplemented in StylesheetExecutionContextDefault.
|
Send raw character data from an XObject to the result tree.
node | The xobject to send. |
Reimplemented in StylesheetExecutionContextDefault.
|
Send raw character data from a node to the result tree.
node | The node to send. |
length | number of characters to read from the array |
Reimplemented in StylesheetExecutionContextDefault.
|
Receive notification of character data.
If available, when the disable-output-escaping attribute is used, output raw text without escaping.
ch | pointer to characters from the XML document |
start | start position in the array |
length | number of characters to read from the array |
Reimplemented in StylesheetExecutionContextDefault.
|
|
Clone a node to the result tree.
node | node to clone |
nodeType | the type of the node |
isLiteral | true if a literal element |
overrideStrip | false if white space stripping should be done |
shouldCloneAttributes | true if attributes should be cloned |
styleNode | the stylesheet element that generated the clone. |
Reimplemented in StylesheetExecutionContextDefault.
|
Clone a node to the result tree.
node | node to clone |
styleNode | the stylesheet element that generated the clone. |
Reimplemented in StylesheetExecutionContextDefault.
|
Compare two strings using the collation of the current locale.
theLHS | a string to compare |
theRHS | a string to compare |
theLocal | a string that specifies the locale |
theCaseOrder | the case order for the comparison |
Reimplemented in StylesheetExecutionContextDefault.
|
Compare two strings using the collation of the current locale.
theLHS | a string to compare |
theRHS | a string to compare |
theCaseOrder | the case order for the comparison |
Reimplemented in StylesheetExecutionContextDefault.
|
Compare two strings using the collation of the supplied locale.
theLHS | a string to compare |
theRHS | a string to compare |
theLocal | a string that specifies the locale |
theCaseOrder | the case order for the comparison |
Reimplemented in StylesheetExecutionContextDefault.
|
Compare two strings using the collation of the current locale.
theLHS | a string to compare |
theRHS | a string to compare |
theCaseOrder | the case order for the comparison |
Reimplemented in StylesheetExecutionContextDefault.
|
Called when a Comment is to be constructed.
data | pointer to comment data |
Reimplemented in StylesheetExecutionContextDefault.
|
Add namespace attributes for a node to the list of pending attributes.
src | source node |
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.
doc | document for nodes |
docFrag | document fragment for nodes, default none |
currentElement | current element for nodes, default none |
Reimplemented in StylesheetExecutionContextDefault.
|
Construct a FormatterToDOM instance.
it will add the DOM nodes to the document fragment.
doc | document for nodes |
docFrag | document fragment for nodes, default none |
currentElement | current element for nodes, default none |
Reimplemented in StylesheetExecutionContextDefault.
|
Create a new FormatterToHTML instance.
The execution context owns the instance and will delete it when reset.
writer | character output stream to use |
encoding | character encoding for the writer |
mediaType | media type (MIME content type) of the data |
doctypeSystem | system identifier to be used in the document type declaration |
doctypePublic | public identifier to be used in the document type declaration |
doIndent | true if output is to be indented |
indent | number of spaces to indent at each nesting level |
escapeURLs | Whether or not to escape URLs according to the recommendation. The default is true. |
omitMetaTag | Whether or not to output a META TAG according to the recommendation. The default is false. |
Reimplemented in StylesheetExecutionContextDefault.
|
FormatterToText instance constructor.
writer | writer for output |
encoding | character encoding for the writer |
Reimplemented in StylesheetExecutionContextDefault.
|
Create a new FormatterToXML instance.
The execution context owns the instance and will delete it when reset.
writer | character output stream to use |
version | version of the output method |
doIndent | true if output is to be indented |
indent | number of spaces to indent at each nesting level |
encoding | character encoding for the writer |
mediaType | media type (MIME content type) of the data |
doctypeSystem | system identifier to be used in the document type declaration |
doctypePublic | public identifier to be used in the document type declaration |
xmlDecl | true if the XSLT processor should output an XML declaration |
standalone | true if the XSLT processor should output a standalone document declaration |
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.
str | string expression for XPath evaluation |
resolver | resolver for namespace resolution |
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.
node | The node queried |
Reimplemented from XPathExecutionContext.
Reimplemented in StylesheetExecutionContextDefault.
|
Create a PrintWriter using the provided ostream instance.
ostream | The output stream for the PrintWriter. |
Reimplemented in StylesheetExecutionContextDefault.
|
Create a PrintWriter.
Create an appropriate output stream using the provided file name and encoding.
theFileName | The file name for the output stream |
theEncoding | The encoding for the output stream |
Reimplemented in StylesheetExecutionContextDefault.
|
Create a PrintWriter for the provided stream.
theTextOutputStream | The output stream for the PrintWriter. |
Reimplemented in StylesheetExecutionContextDefault.
|
Create an ResultTreeFragment as a variable and push it on to the stack with the current context.
element | element marker for variable |
templateChild | result tree fragment to use. |
sourceNode | source node |
Reimplemented in StylesheetExecutionContextDefault.
|
Execute the supplied XPath and and create a variable in the current context.
element | element marker for variable |
str | string expression for XPath evaluation |
contextNode | current node in the source tree |
resolver | resolver for namespace resolution |
Reimplemented in StylesheetExecutionContextDefault.
|
Create an XObject that represents a Result tree fragment.
templateChild | result tree fragment to use. |
sourceNode | source node |
Reimplemented in StylesheetExecutionContextDefault.
|
Create a new XalanNumberFormat instance.
Reimplemented in StylesheetExecutionContextDefault.
|
Print a diagnostics string to the output device.
theString | string to print |
Reimplemented in StylesheetExecutionContextDefault.
|
Display the duration since pushTime was called.
theMessage | message to display |
theKey | key for which duration is displayed |
Reimplemented in StylesheetExecutionContextDefault.
|
Whether diagnostic output is to be generated.
Reimplemented in StylesheetExecutionContextDefault.
|
Determine if an external element is available.
theNamespace | namespace for the element |
elementName | name of extension element |
Reimplemented from XPathExecutionContext.
Reimplemented in StylesheetExecutionContextDefault.
|
Remove KeyDeclaration from construction list.
constructed | KeyDeclaration |
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.
SAXException |
Reimplemented in StylesheetExecutionContextDefault.
|
Receive notification of the end of an element.
name | element type name |
Reimplemented in StylesheetExecutionContextDefault.
|
Tell the user of an error, and throw an exception.
msg | text of message to output |
sourceNode | node in source where the error occurred. May be 0. |
locator | A Locator to determine where the error occurred. May be 0. |
Reimplemented from XPathExecutionContext.
Reimplemented in StylesheetExecutionContextDefault.
|
Tell the user of an error, and throw an exception.
msg | text of message to output |
sourceNode | node in source where the error occurred |
styleNode | node in stylesheet where the error occurred |
Reimplemented from XPathExecutionContext.
Reimplemented in StylesheetExecutionContextDefault.
|
Tell the user of an error, and throw an exception.
msg | text of message to output |
sourceNode | node in source where the error occurred. May be 0. |
locator | A Locator to determine where the error occurred. May be 0. |
Reimplemented from XPathExecutionContext.
Reimplemented in StylesheetExecutionContextDefault.
|
Tell the user of an error, and throw an exception.
msg | text of message to output |
sourceNode | node in source where the error occurred |
styleNode | node in stylesheet where the error occurred |
Reimplemented from XPathExecutionContext.
Reimplemented in StylesheetExecutionContextDefault.
|
Handle an extension function.
theNamespace | namespace of function |
functionName | extension function name |
context | The context node |
argVec | vector of arguments to function |
locator | A Locator instance for error reporting |
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.
owner | source document |
Reimplemented from XPathExecutionContext.
Reimplemented in StylesheetExecutionContextDefault.
|
Fire a generate event.
ge | generate event to fire |
Reimplemented in StylesheetExecutionContextDefault.
|
Fire a selection event.
se | selection event to fire |
Reimplemented in StylesheetExecutionContextDefault.
|
Fire a trace event.
te | trace event to fire |
Reimplemented in StylesheetExecutionContextDefault.
|
|
Determine if a function is available.
For standard function availability, theNamespace should be an empty string.
theNamespace | namespace for the function |
functionName | name of the function |
Reimplemented from XPathExecutionContext.
Reimplemented in StylesheetExecutionContextDefault.
|
|
Retrieve node list for current context.
Reimplemented from XPathExecutionContext.
Reimplemented in StylesheetExecutionContextDefault.
|
|
|
If this function returns true, only text nodes can be copied to the result tree.
Reimplemented in StylesheetExecutionContextDefault.
|
Get the counters table, which is a table of cached results that is used by ElemNumber.
Reimplemented in StylesheetExecutionContextDefault.
|
Retrieve the current mode.
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.
|
Retrieve the current template.
Reimplemented in StylesheetExecutionContextDefault.
|
Retrieve the XalanDecimalFormatSymbols instance associated with the name.
qname | the QName for the lookup |
Reimplemented from XPathExecutionContext.
Reimplemented in StylesheetExecutionContextDefault.
|
Get the value for run-time escaping of URLs.
This can override the property specified by the stylesheet. The default behavior is to honor the property in the stylesheet.
Reimplemented in StylesheetExecutionContextDefault.
|
Get the current formatter listener.
Reimplemented in StylesheetExecutionContextDefault.
|
Get the top of the global stack frame.
Reimplemented in StylesheetExecutionContextDefault.
|
Determine if a KeyDeclaration is being constructed.
The | KeyDeclaration in question. |
Reimplemented in StylesheetExecutionContextDefault.
|
Retrieve the current number of spaces to indent.
Reimplemented in StylesheetExecutionContextDefault.
|
Retrieve the URI corresponding to a namespace prefix.
prefix | prefix for a namespace |
Reimplemented from XPathExecutionContext.
Reimplemented in StylesheetExecutionContextDefault.
|
Given a valid element key, return the corresponding node list.
doc | source document |
name | name of the key, which must match the 'name' attribute on xsl:key |
ref | value that must match the value found by the 'match' attribute on xsl:key |
resolver | resolver for namespace resolution |
nodelist | A node list to contain the nodes found |
Reimplemented from XPathExecutionContext.
Reimplemented in StylesheetExecutionContextDefault.
|
Get the value for run-time omission of URLs.
This can override the property specified by the stylesheet. The default behavior is to honor the property in the stylesheet.
Reimplemented in StylesheetExecutionContextDefault.
|
Given a name, return a string representing the value, but don't look in the global space.
theName | name of variable |
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.
thePrefix |
prefix for namespace
|
Reimplemented in StylesheetExecutionContextDefault.
|
Retrieve the result prefix corresponding to a namespace.
theNamespace |
namespace for prefix
|
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.
|
|
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.
theValue | A string for returning the new prefix |
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.
theName | name of entity |
theDocument | document containing entity |
Reimplemented from XPathExecutionContext.
Reimplemented in StylesheetExecutionContextDefault.
|
Given a name, locate a variable in the current context, and return a pointer to the object.
theName | name of variable |
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.
|
|
Determine if a node is after another node, in document order.
node1 | The first node |
node2 | The second node |
Reimplemented from XPathExecutionContext.
Reimplemented in StylesheetExecutionContextDefault.
|
Determine whether or not a prefix is in use on the pending element or the pending attributes.
thePrefix |
prefix for namespace
|
Reimplemented in StylesheetExecutionContextDefault.
|
Output a message.
msg | text of message to output |
sourceNode | node in source where the message occurred. May be 0. |
locator | A Locator to determine where the message occurred. May be 0. |
Reimplemented from XPathExecutionContext.
Reimplemented in StylesheetExecutionContextDefault.
|
Output a message.
msg | text of message to output |
sourceNode | node in source where the message occurred |
styleNode | node in stylesheet where the message occurred |
Reimplemented from XPathExecutionContext.
Reimplemented in StylesheetExecutionContextDefault.
|
Output a message.
msg | text of message to output |
sourceNode | node in source where the message occurred. May be 0. |
locator | A Locator to determine where the message occurred. May be 0. |
Reimplemented from XPathExecutionContext.
Reimplemented in StylesheetExecutionContextDefault.
|
Output a message.
msg | text of message to output |
sourceNode | node in source where error occurred |
styleNode | node in stylesheet where error occurred |
Reimplemented from XPathExecutionContext.
Reimplemented in StylesheetExecutionContextDefault.
|
Given a result tree fragment, walk the tree and output it to the result stream.
theTree | result tree fragment |
styleNode | the stylesheet element that generate the fragment. |
Reimplemented in StylesheetExecutionContextDefault.
|
Output an object to the result tree by doing the right conversions.
This is public for access by extensions.
obj | the XObject to output |
styleNode | the stylesheet element that generate the fragment. |
Reimplemented in StylesheetExecutionContextDefault.
|
Provides support for XML parsing service.
urlString | location of the XML |
base | base location for URI |
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.
elem | the element |
Reimplemented in StylesheetExecutionContextDefault.
|
Pop an element off the recursion stack.
Reimplemented in StylesheetExecutionContextDefault.
|
Reimplemented in StylesheetExecutionContextDefault.
|
Receive notification of a processing instruction.
target | processing instruction target |
data | processing instruction data, or null if none was supplied |
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.
elem | the element |
Reimplemented in StylesheetExecutionContextDefault.
|
Push an element onto the recursion stack.
theElement | pointer to element to push |
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.
xslCallTemplateElement | "call-template" element |
sourceNode | source node |
targetTemplate | target template |
Reimplemented in StylesheetExecutionContextDefault.
|
Mark the time, so that displayDuration can later display the elapsed clock ticks.
theKey | element to push |
Reimplemented in StylesheetExecutionContextDefault.
|
Set a list of top level variables in the specified execution context stylesheet.
topLevelParams | list of top level parameters |
Reimplemented in StylesheetExecutionContextDefault.
|
Push a named variable onto the processor variable stack The variable will be evaluated when first referenced.
name | name of variable |
var | pointer to ElemVariable instance |
element | element marker for variable |
Reimplemented in StylesheetExecutionContextDefault.
|
Push a named variable onto the variables stack.
The variable has already been evaluated.
name | name of variable |
val | pointer to XObject value |
element | element marker for variable |
Reimplemented in StylesheetExecutionContextDefault.
|
Create an ResultTreeFragment as a variable and push it on to the stack with the current context.
name | name of variable |
element | element marker for variable |
templateChild | result tree fragment to use. |
sourceNode | source node |
Reimplemented in StylesheetExecutionContextDefault.
|
Execute the supplied XPath and push the result as a variable in the current context.
name | name of variable |
element | element marker for variable |
str | string expression for XPath evaluation |
contextNode | current node in the source tree |
resolver | resolver for namespace resolution |
Reimplemented in StylesheetExecutionContextDefault.
|
Execute an XPath using the provided expression, and push the result as a variable in the context of the supplied element.
name | name of variable |
element | element marker for variable |
str | string expression for XPath evaluation |
contextNode | current node in the source tree |
resolver | resolver for namespace resolution |
Reimplemented in StylesheetExecutionContextDefault.
|
|
Replace the contents of a pending attribute.
theName | name of attribute |
theNewType | type of attribute |
theNewValue | new value of attribute |
Reimplemented in StylesheetExecutionContextDefault.
|
Reset the instance.
This must be called before another execution is attempted.
Reimplemented from XPathExecutionContext.
Reimplemented in StylesheetExecutionContextDefault.
|
Resolve the params that were pushed by the caller.
Reimplemented in StylesheetExecutionContextDefault.
|
Return a previously borrowed FormatterToText instance.
theFormatter | A pointer the to previously borrowed instance. |
Reimplemented in StylesheetExecutionContextDefault.
|
Return a previously borrowed MutableNodeRefList instance.
theList | A pointer the to previously borrowed instance. |
Reimplemented from XPathExecutionContext.
Reimplemented in StylesheetExecutionContextDefault.
|
Return a previously borrowed NodeSorter instance.
theSorter | A pointer the to previously borrowed instance. |
Reimplemented in StylesheetExecutionContextDefault.
|
Return the XPath created by createMatchPattern().
xpath | The XPath to return. |
Reimplemented in StylesheetExecutionContextDefault.
|
This is a hook that XResultTreeFrag instances (which are reference counted), can notify the owning StylesheetExecutionContext instance when they are dereferenced and can be cleaned up.
theXResultTreeFrag |
The instance that is being returned.
|
Reimplemented in StylesheetExecutionContextDefault.
|
Set node list for current context.
theList | new node list |
Reimplemented from XPathExecutionContext.
Reimplemented in StylesheetExecutionContextDefault.
|
Set the flag that determines if only text nodes can be copied to the result tree.
fValue | The value of the flag |
Reimplemented in StylesheetExecutionContextDefault.
|
Set the current mode.
theMode | QName for mode |
Reimplemented in StylesheetExecutionContextDefault.
|
Change the node currently being executed.
theCurrentNode | new current node |
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.
currentStackFrameIndex | new value of index |
Reimplemented in StylesheetExecutionContextDefault.
|
Set the current template.
theTemplate | The current template instance |
Reimplemented in StylesheetExecutionContextDefault.
|
Set the value for run-time escaping of URLs.
This can override the property specified by the stylesheet. The default behavior is to honor the property in the stylesheet.
value | The value of the enum |
Reimplemented in StylesheetExecutionContextDefault.
|
Set the current formatter listener.
flistener | pointer to new formatter listener |
Reimplemented in StylesheetExecutionContextDefault.
|
Set the current number of spaces to indent.
indentAmount | The number of spaces to indent. Use -1 for the default amount. |
Reimplemented in StylesheetExecutionContextDefault.
|
Get the value for run-time omission of URLs.
This can override the property specified by the stylesheet. The default behavior is to honor the property in the stylesheet.
value | The value of the enum |
Reimplemented in StylesheetExecutionContextDefault.
|
Change the resolver for namespaces.
thePrefixResolver | new object for namespace resolution |
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.
theDocument | root document |
Reimplemented in StylesheetExecutionContextDefault.
|
Associate a document with a given URI.
theURI | document URI |
theDocument | source document |
Reimplemented from XPathExecutionContext.
Reimplemented in StylesheetExecutionContextDefault.
|
Set root stylesheet for stylesheet.
theStylesheet | root 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.
fThrow | true to throw FoundIndex |
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.
textNode | text node from the source tree |
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).
SAXException |
Reimplemented in StylesheetExecutionContextDefault.
|
Receive notification of the beginning of an element.
name | element type name |
Reimplemented in StylesheetExecutionContextDefault.
|
Compose a diagnostic trace of the current selection.
theStylesheetElement | The executing stylesheet element |
nl | The list of selected nodes |
xpath | A pointer to the XPath which generated the list of nodes, if any. |
Reimplemented in StylesheetExecutionContextDefault.
|
Tell the user of a warning.
msg | text of message to output |
sourceNode | node in source where the warning occurred. May be 0. |
locator | A Locator to determine where the warning occurred. May be 0. |
Reimplemented from XPathExecutionContext.
Reimplemented in StylesheetExecutionContextDefault.
|
Tell the user of an warning, and probably throw an exception.
msg | text of message to output |
sourceNode | node in source where the warning occurred |
styleNode | node in stylesheet where the warning occurred |
Reimplemented from XPathExecutionContext.
Reimplemented in StylesheetExecutionContextDefault.
|
Tell the user of a warning.
msg | text of message to output |
sourceNode | node in source where the warning occurred. May be 0. |
locator | A Locator to determine where the warning occurred. May be 0. |
Reimplemented from XPathExecutionContext.
Reimplemented in StylesheetExecutionContextDefault.
|
Tell the user of an warning.
msg | text of message to output |
sourceNode | node in source where the warning occurred |
styleNode | node in stylesheet where the warning occurred |
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++ XSLT Processor Version 1.4 |
|