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