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