|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AltDocument | |
---|---|
org.x52North.sensorweb.sos.importer.x02 | |
org.x52North.sensorweb.sos.importer.x02.impl |
Uses of AltDocument in org.x52North.sensorweb.sos.importer.x02 |
---|
Methods in org.x52North.sensorweb.sos.importer.x02 that return AltDocument | |
---|---|
static AltDocument |
AltDocument.Factory.newInstance()
|
static AltDocument |
AltDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static AltDocument |
AltDocument.Factory.parse(File file)
|
static AltDocument |
AltDocument.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static AltDocument |
AltDocument.Factory.parse(InputStream is)
|
static AltDocument |
AltDocument.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static AltDocument |
AltDocument.Factory.parse(Node node)
|
static AltDocument |
AltDocument.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static AltDocument |
AltDocument.Factory.parse(Reader r)
|
static AltDocument |
AltDocument.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static AltDocument |
AltDocument.Factory.parse(String xmlAsString)
|
static AltDocument |
AltDocument.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static AltDocument |
AltDocument.Factory.parse(URL u)
|
static AltDocument |
AltDocument.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static AltDocument |
AltDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static AltDocument |
AltDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static AltDocument |
AltDocument.Factory.parse(XMLStreamReader sr)
|
static AltDocument |
AltDocument.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Uses of AltDocument in org.x52North.sensorweb.sos.importer.x02.impl |
---|
Classes in org.x52North.sensorweb.sos.importer.x02.impl that implement AltDocument | |
---|---|
class |
AltDocumentImpl
A document containing one Alt(@http://52north.org/sensorweb/sos/importer/0.2/) element. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |