org.apache.xalan.extensions
public class XSLProcessorContext extends Object
UNKNOWN: general
Constructor Summary | |
---|---|
XSLProcessorContext(TransformerImpl transformer, Stylesheet stylesheetTree)
Create a processor context to be passed to an extension.
|
Method Summary | |
---|---|
Node | getContextNode()
Get the current context node.
|
QName | getMode()
Get the current mode being executed.
|
Node | getSourceTree()
Get the root of the source tree being executed.
|
Stylesheet | getStylesheet()
Get the Stylesheet being executed.
|
TransformerImpl | getTransformer()
Get the transformer.
|
void | outputToResultTree(Stylesheet stylesheetTree, Object obj)
Output an object to the result tree by doing the right conversions.
|
Parameters: transformer non-null transformer instance stylesheetTree The owning stylesheet
Returns: the current context node.
Returns: the current mode being executed.
Returns: the root of the source tree being executed.
Returns: the Stylesheet being executed.
Returns: the transformer instance for this context
Parameters: stylesheetTree The owning stylesheet obj the Java object to output. If its of an X
Throws: TransformerException java.io.FileNotFoundException java.io.IOException java.net.MalformedURLException