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