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