org.exolab.adaptx.xslt.dom
public class XPNReader extends Object
Version: $Revision: 3926 $ $Date: 2003-10-01 04:51:09 -0400 (Wed, 01 Oct 2003) $
Constructor Summary | |
---|---|
XPNReader(URILocation location)
Creates a new XPNReader for the given URILocation.
| |
XPNReader(String url)
Creates a new XPNReader for the given URILocation.
|
Method Summary | |
---|---|
XPathNode | read()
Reads an XML Document into an XPathNode from the given URILocation
|
void | setSaveLocation(boolean saveLocation)
Sets whether or not to save location information. |
Parameters: location the URILocation to create this reader for.
Parameters: location the URILocation to create this reader for.
Returns: the XPathNode
Parameters: saveLocation a boolean that when true, indicates that location information should be saved if possible.