Uses of Interface
net.opengis.gml.x32.ValueListDocument
-
Packages that use ValueListDocument Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of ValueListDocument in net.opengis.gml.x32
Methods in net.opengis.gml.x32 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.x32.impl
Classes in net.opengis.gml.x32.impl that implement ValueListDocument Modifier and Type Class Description classValueListDocumentImplA document containing one valueList(@http://www.opengis.net/gml/3.2) element.
-