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