|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLProcessingException | |
---|---|
org.deegree.commons.xml | |
org.deegree.protocol.sos.getobservation |
Uses of XMLProcessingException in org.deegree.commons.xml |
---|
Subclasses of XMLProcessingException in org.deegree.commons.xml | |
---|---|
class |
XMLParsingException
Thrown when a syntactic or semantic error has been encountered during the parsing process in an XMLAdapter . |
Methods in org.deegree.commons.xml that throw XMLProcessingException | |
---|---|
Object |
XMLAdapter.evaluateXPath(XPath xpath,
Object context)
|
Map<String,URL> |
XMLAdapter.getSchemas()
Determines the namespace URI s and the bound schema URL s from the 'xsi:schemaLocation'
attribute of the wrapped XML element. |
void |
XMLAdapter.load(InputStream resourceStream)
Initializes this XMLAdapter with the content from the given InputStream and sets the
system id to the XMLAdapter.DEFAULT_URL |
void |
XMLAdapter.load(InputStream istream,
String systemId)
Initializes this XMLAdapter with the content from the given InputStream . |
void |
XMLAdapter.load(Reader reader)
Initializes this XMLAdapter with the content from the given Reader and sets the system
id to the XMLAdapter.DEFAULT_URL |
void |
XMLAdapter.load(Reader reader,
String systemId)
Initializes this XMLAdapter with the content from the given Reader . |
void |
XMLAdapter.load(URL url)
Initializes this XMLAdapter with the content from the given URL . |
Constructors in org.deegree.commons.xml that throw XMLProcessingException | |
---|---|
XMLAdapter(File file)
Creates a new instance that loads its content from the given File . |
|
XMLAdapter(InputStream in)
Creates a new instance that loads its content from the given InputStream using the default url. |
|
XMLAdapter(InputStream in,
String systemId)
Creates a new instance that loads its content from the given InputStream . |
|
XMLAdapter(Reader reader)
Creates a new instance that loads its content from the given Reader using the default url. |
|
XMLAdapter(Reader reader,
String systemId)
Creates a new instance that loads its content from the given Reader . |
|
XMLAdapter(URL url)
Creates a new instance that loads its content from the given URL . |
Uses of XMLProcessingException in org.deegree.protocol.sos.getobservation |
---|
Subclasses of XMLProcessingException in org.deegree.protocol.sos.getobservation | |
---|---|
static class |
EventTime100XMLAdapter.EventTimeXMLParsingException
EventTimeXMLParsingException is a hack to get correct OWSException codes. |
static class |
GetObservation100XMLAdapter.ResultFilterException
ResultFilterException is a hack to work around missing OWSException in core. |
|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV NEXT | FRAMES NO FRAMES |