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