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