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