XSLTTransformContext-class: Class "XSLTTransformContext"

Description Objects from the Class Extends Methods References See Also Examples

Description

A class used to represent the internal/C-level context or state for an XSL transformation. This provides access to information about the XSL stylesheet being used, the XML input and output documents, and other things that are useful for advanced XSL processing from R that merges R and XSL programming.

Objects from the Class

Instances are created by C code that interfaces to R. One cannot usefully create instances directly from R.

Extends

Class "oldClass", directly.

Methods

coerce

signature(from = "XSLTTransformContext", to = "XSLStyleSheet"): ...

getTemplate

signature(ctxt = "XSLTTransformContext", node = "XMLInternalNode"): ...

getTemplate

signature(ctxt = "XSLTTransformContext", node = "missing"): ...

References

~put references to the literature/web site here ~

See Also

getTemplate

Examples

1
 showClass("XSLTTransformContext")

sckott/sxslt documentation built on May 29, 2019, 4:06 p.m.