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