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