|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.exolab.adaptx.xslt.dom.XPNReader
A Utility class to read an XPathNode, using the org.exolab.adaptx.xslt.dom package as the implementation of XPathNode.
| Constructor Summary | |
|---|---|
XPNReader(java.lang.String url)
Creates a new XPNReader for the given URILocation. |
|
XPNReader(URILocation location)
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public XPNReader(URILocation location)
throws java.io.IOException
location - the URILocation to create this reader for.
public XPNReader(java.lang.String url)
throws java.io.IOException
| Method Detail |
public XPathNode read()
throws java.io.IOException
java.io.IOExceptionpublic void setSaveLocation(boolean saveLocation)
saveLocation - a boolean that when true, indicates that location
information should be saved if possible.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||