Uses of Interface
net.opengis.ogc.BeyondDocument
-
Packages that use BeyondDocument Package Description net.opengis.ogc net.opengis.ogc.impl -
-
Uses of BeyondDocument in net.opengis.ogc
Methods in net.opengis.ogc that return BeyondDocument Modifier and Type Method Description static BeyondDocumentBeyondDocument.Factory. newInstance()static BeyondDocumentBeyondDocument.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static BeyondDocumentBeyondDocument.Factory. parse(File file)static BeyondDocumentBeyondDocument.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static BeyondDocumentBeyondDocument.Factory. parse(InputStream is)static BeyondDocumentBeyondDocument.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static BeyondDocumentBeyondDocument.Factory. parse(Reader r)static BeyondDocumentBeyondDocument.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static BeyondDocumentBeyondDocument.Factory. parse(String xmlAsString)static BeyondDocumentBeyondDocument.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static BeyondDocumentBeyondDocument.Factory. parse(URL u)static BeyondDocumentBeyondDocument.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static BeyondDocumentBeyondDocument.Factory. parse(XMLStreamReader sr)static BeyondDocumentBeyondDocument.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static BeyondDocumentBeyondDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic BeyondDocumentBeyondDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic BeyondDocumentBeyondDocument.Factory. parse(Node node)static BeyondDocumentBeyondDocument.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of BeyondDocument in net.opengis.ogc.impl
Classes in net.opengis.ogc.impl that implement BeyondDocument Modifier and Type Class Description classBeyondDocumentImplA document containing one Beyond(@http://www.opengis.net/ogc) element.
-