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