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