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