com.lotus.xsl
Interface XMLSourceInfo


public abstract interface XMLSourceInfo

This interface may be implemented by XSL output classes that are DOM node derivatives, to point back to the originating source XML elements. Mainly for use with authoring applications.


Method Summary
 org.w3c.dom.Node getXMLSourceNode()
          Deprecated. Get the originating source element reference.
 void setXMLSourceNode(org.w3c.dom.Node el)
          Deprecated. Set the originating source element reference.
 

Method Detail

setXMLSourceNode

public void setXMLSourceNode(org.w3c.dom.Node el)
Deprecated. 
Set the originating source element reference.

getXMLSourceNode

public org.w3c.dom.Node getXMLSourceNode()
Deprecated. 
Get the originating source element reference. This may easily return NULL! Not all output elements will be sourced from the XML, but may instead be a sole fabrication of the XSL sheet.