org.exolab.adaptx.xml
public final class SAXURILocation extends ObjectURILocation
Constructor Summary | |
---|---|
SAXURILocation(XMLReader reader, InputSource source)
Creates a new SAXURILocation |
Method Summary | |
---|---|
String | getAbsoluteURI()
Returns the absolute URI for this URILocation
|
String | getBaseURI()
Returns the base location of this URILocation.
|
InputSource | getInputSource()
Returns the InputSource for this SAXURILocation
|
Object | getObject()
Returns the Object from this ObjectURILocation.
|
Reader | getReader()
Returns the reader for this URILocation.
|
String | getRelativeURI()
Returns the relative URI for this URILocation
|
XMLReader | getXMLReader()
Returns the SAX XMLReader for this URILocation,
or null if not set.
|
String | toString()
Returns the String representation of
this URILocation.
|
Returns: the absolute URI for this URILocation
See Also: getRelativeURI getBaseURI
Returns: the base location of this URILocation
See Also: getAbsoluteURI getRelativeURI
Returns: the InputSource
This method will return the XMLReader
Returns: the Object from this ObjectURILocation
See Also: SAXURILocation
This method may return null, if an XMLReader exists. Try getXMLReader first.
Returns: a Reader for the resource represented by this URILocation
Throws: java.io.FileNotFoundException java.io.IOException
Returns: the relative URI for this URILocation
See Also: getAbsoluteURI getBaseURI
Returns: the SAX XMLReader for this URILocation
Returns: the String representation of this URILocation