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