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