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