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