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