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