|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLProcessingException | |
---|---|
org.deegree.commons.xml | |
org.deegree.observation.persistence | |
org.deegree.protocol.sos.getobservation | |
org.deegree.services.sos | |
org.deegree.services.wcs |
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(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(StringReader reader,
String systemId)
Initializes this XMLAdapter with the content from the given StringReader . |
void |
XMLAdapter.load(URL url)
Initializes this XMLAdapter with the content from the given URL . |
void |
XMLAdapter.load(URL url,
String httpBasicUser,
String httpBasicPass)
Same as #load(URL), but with http basic authentication |
void |
XMLAdapter.load(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(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(StringReader reader)
Creates a new instance that loads its content from the given StringReader using the default url. |
|
XMLAdapter(StringReader reader,
String systemId)
Creates a new instance that loads its content from the given StringReader . |
|
XMLAdapter(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. |
Uses of XMLProcessingException in org.deegree.services.sos |
---|
Methods in org.deegree.services.sos that throw XMLProcessingException | |
---|---|
static ServiceConfiguration |
ServiceConfigurationXMLAdapter.parse(DeegreeWorkspace workspace,
URL configUrl)
|
Uses of XMLProcessingException in org.deegree.services.wcs |
---|
Methods in org.deegree.services.wcs that throw XMLProcessingException | |
---|---|
static ServiceConfiguration |
ServiceConfigurationXMLAdapter.parse(DeegreeWorkspace workspace,
URL configUrl)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |