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