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