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