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