|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XMLProcessingException | |
|---|---|
| org.deegree.commons.xml | |
| org.deegree.observation.persistence | |
| 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 | |
|---|---|
java.lang.Object |
XMLAdapter.evaluateXPath(XPath xpath,
java.lang.Object context)
|
java.util.Map<java.lang.String,java.net.URL> |
XMLAdapter.getSchemas()
Determines the namespace URIs and the bound schema URLs from the 'xsi:schemaLocation'
attribute of the wrapped XML element. |
void |
XMLAdapter.load(java.io.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(java.io.InputStream istream,
java.lang.String systemId)
Initializes this XMLAdapter with the content from the given InputStream. |
void |
XMLAdapter.load(java.io.StringReader reader)
Initializes this XMLAdapter with the content from the given StringReader and sets the
system id to the XMLAdapter.DEFAULT_URL |
void |
XMLAdapter.load(java.io.StringReader reader,
java.lang.String systemId)
Initializes this XMLAdapter with the content from the given StringReader. |
void |
XMLAdapter.load(java.net.URL url)
Initializes this XMLAdapter with the content from the given URL. |
void |
XMLAdapter.load(javax.xml.stream.XMLStreamReader xmlStream)
Initializes this XMLAdapter with the content from the given InputStream and sets the
system id to the XMLAdapter.DEFAULT_URL |
| Constructors in org.deegree.commons.xml that throw XMLProcessingException | |
|---|---|
XMLAdapter(java.io.File file)
Creates a new instance that loads its content from the given File. |
|
XMLAdapter(java.io.InputStream in)
Creates a new instance that loads its content from the given InputStream using the default url. |
|
XMLAdapter(java.io.InputStream in,
java.lang.String systemId)
Creates a new instance that loads its content from the given InputStream. |
|
XMLAdapter(java.io.StringReader reader)
Creates a new instance that loads its content from the given StringReader using the default url. |
|
XMLAdapter(java.io.StringReader reader,
java.lang.String systemId)
Creates a new instance that loads its content from the given StringReader. |
|
XMLAdapter(java.net.URL url)
Creates a new instance that loads its content from the given URL. |
|
| Uses of XMLProcessingException in org.deegree.observation.persistence |
|---|
| Methods in org.deegree.observation.persistence that throw XMLProcessingException | |
|---|---|
ContinuousObservationStore |
ObservationStoreXMLAdapter.parseContinuous()
|
SimpleObservationStore |
ObservationStoreXMLAdapter.parseSimple()
|
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||