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