Uses of Interface
org.isotc211.x2005.gmd.DSSeriesDocument
-
Packages that use DSSeriesDocument Package Description org.isotc211.x2005.gmd org.isotc211.x2005.gmd.impl -
-
Uses of DSSeriesDocument in org.isotc211.x2005.gmd
Subinterfaces of DSSeriesDocument in org.isotc211.x2005.gmd Modifier and Type Interface Description interfaceDSPlatformDocumentA document containing one DS_Platform(@http://www.isotc211.org/2005/gmd) element.interfaceDSProductionSeriesDocumentA document containing one DS_ProductionSeries(@http://www.isotc211.org/2005/gmd) element.interfaceDSSensorDocumentA document containing one DS_Sensor(@http://www.isotc211.org/2005/gmd) element.Methods in org.isotc211.x2005.gmd that return DSSeriesDocument Modifier and Type Method Description static DSSeriesDocumentDSSeriesDocument.Factory. newInstance()static DSSeriesDocumentDSSeriesDocument.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static DSSeriesDocumentDSSeriesDocument.Factory. parse(File file)static DSSeriesDocumentDSSeriesDocument.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DSSeriesDocumentDSSeriesDocument.Factory. parse(InputStream is)static DSSeriesDocumentDSSeriesDocument.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DSSeriesDocumentDSSeriesDocument.Factory. parse(Reader r)static DSSeriesDocumentDSSeriesDocument.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DSSeriesDocumentDSSeriesDocument.Factory. parse(String xmlAsString)static DSSeriesDocumentDSSeriesDocument.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DSSeriesDocumentDSSeriesDocument.Factory. parse(URL u)static DSSeriesDocumentDSSeriesDocument.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static DSSeriesDocumentDSSeriesDocument.Factory. parse(XMLStreamReader sr)static DSSeriesDocumentDSSeriesDocument.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DSSeriesDocumentDSSeriesDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DSSeriesDocumentDSSeriesDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DSSeriesDocumentDSSeriesDocument.Factory. parse(Node node)static DSSeriesDocumentDSSeriesDocument.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of DSSeriesDocument in org.isotc211.x2005.gmd.impl
Classes in org.isotc211.x2005.gmd.impl that implement DSSeriesDocument Modifier and Type Class Description classDSPlatformDocumentImplA document containing one DS_Platform(@http://www.isotc211.org/2005/gmd) element.classDSProductionSeriesDocumentImplA document containing one DS_ProductionSeries(@http://www.isotc211.org/2005/gmd) element.classDSSensorDocumentImplA document containing one DS_Sensor(@http://www.isotc211.org/2005/gmd) element.classDSSeriesDocumentImplA document containing one DS_Series(@http://www.isotc211.org/2005/gmd) element.
-