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