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