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