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