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