Uses of Interface
net.opengis.gml.x33.xbt.WeekDate
-
Packages that use WeekDate Package Description net.opengis.gml.x33.xbt net.opengis.gml.x33.xbt.impl -
-
Uses of WeekDate in net.opengis.gml.x33.xbt
Methods in net.opengis.gml.x33.xbt that return WeekDate Modifier and Type Method Description static WeekDateWeekDate.Factory. newInstance()static WeekDateWeekDate.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static WeekDateWeekDate.Factory. newValue(Object obj)static WeekDateWeekDate.Factory. parse(File file)static WeekDateWeekDate.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static WeekDateWeekDate.Factory. parse(InputStream is)static WeekDateWeekDate.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static WeekDateWeekDate.Factory. parse(Reader r)static WeekDateWeekDate.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static WeekDateWeekDate.Factory. parse(String xmlAsString)static WeekDateWeekDate.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static WeekDateWeekDate.Factory. parse(URL u)static WeekDateWeekDate.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static WeekDateWeekDate.Factory. parse(XMLStreamReader sr)static WeekDateWeekDate.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static WeekDateWeekDate.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic WeekDateWeekDate.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic WeekDateWeekDate.Factory. parse(Node node)static WeekDateWeekDate.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of WeekDate in net.opengis.gml.x33.xbt.impl
Classes in net.opengis.gml.x33.xbt.impl that implement WeekDate Modifier and Type Class Description classTimePositionUnionImplAn XML TimePositionUnion(@http://www.opengis.net/gml/3.3/xbt).classWeekDateImplAn XML WeekDate(@http://www.opengis.net/gml/3.3/xbt).
-