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