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