com.novell.xsl.process
Interface URIcontext

All Known Implementing Classes:
Context

public interface URIcontext

An interface for getting the base URI of the document that contains a given node.


Method Summary
 void addBaseURI(Node node, URL baseURI)
          Add the base uri for a document
 URL getBaseURI(Node node)
          Return the base URI of the document containing the passed node.
 

Method Detail

getBaseURI

public URL getBaseURI(Node node)
Return the base URI of the document containing the passed node.

Parameters:
node - The node whose document base URI is desired.
Returns:
The base URI as a URL object.

addBaseURI

public void addBaseURI(Node node,
                       URL baseURI)
Add the base uri for a document

Parameters:
node - A node belonging to the document for which the base URI is to be added.
baseURI - The base URL of the document