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