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