Uses of Interface
net.opengis.sensorML.x101.KeywordsDocument
-
Packages that use KeywordsDocument Package Description net.opengis.sensorML.x101 net.opengis.sensorML.x101.impl -
-
Uses of KeywordsDocument in net.opengis.sensorML.x101
Methods in net.opengis.sensorML.x101 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.sensorML.x101.impl
Classes in net.opengis.sensorML.x101.impl that implement KeywordsDocument Modifier and Type Class Description classKeywordsDocumentImplA document containing one keywords(@http://www.opengis.net/sensorML/1.0.1) element.
-