|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractDocument | |
|---|---|
| net.opengis.ows.x11 | |
| net.opengis.ows.x11.impl | |
| Uses of AbstractDocument in net.opengis.ows.x11 |
|---|
| Methods in net.opengis.ows.x11 that return AbstractDocument | |
|---|---|
static AbstractDocument |
AbstractDocument.Factory.newInstance()
|
static AbstractDocument |
AbstractDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static AbstractDocument |
AbstractDocument.Factory.parse(File file)
|
static AbstractDocument |
AbstractDocument.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static AbstractDocument |
AbstractDocument.Factory.parse(InputStream is)
|
static AbstractDocument |
AbstractDocument.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static AbstractDocument |
AbstractDocument.Factory.parse(Node node)
|
static AbstractDocument |
AbstractDocument.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static AbstractDocument |
AbstractDocument.Factory.parse(Reader r)
|
static AbstractDocument |
AbstractDocument.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static AbstractDocument |
AbstractDocument.Factory.parse(String xmlAsString)
|
static AbstractDocument |
AbstractDocument.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static AbstractDocument |
AbstractDocument.Factory.parse(URL u)
|
static AbstractDocument |
AbstractDocument.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static AbstractDocument |
AbstractDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static AbstractDocument |
AbstractDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static AbstractDocument |
AbstractDocument.Factory.parse(XMLStreamReader sr)
|
static AbstractDocument |
AbstractDocument.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
| Uses of AbstractDocument in net.opengis.ows.x11.impl |
|---|
| Classes in net.opengis.ows.x11.impl that implement AbstractDocument | |
|---|---|
class |
AbstractDocumentImpl
A document containing one Abstract(@http://www.opengis.net/ows/1.1) element. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||