Uses of Interface
org.isotc211.x2005.gmd.DQScopeDocument
-
Packages that use DQScopeDocument Package Description org.isotc211.x2005.gmd org.isotc211.x2005.gmd.impl -
-
Uses of DQScopeDocument in org.isotc211.x2005.gmd
Methods in org.isotc211.x2005.gmd that return DQScopeDocument Modifier and Type Method Description static DQScopeDocumentDQScopeDocument.Factory. newInstance()static DQScopeDocumentDQScopeDocument.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static DQScopeDocumentDQScopeDocument.Factory. parse(File file)static DQScopeDocumentDQScopeDocument.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DQScopeDocumentDQScopeDocument.Factory. parse(InputStream is)static DQScopeDocumentDQScopeDocument.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DQScopeDocumentDQScopeDocument.Factory. parse(Reader r)static DQScopeDocumentDQScopeDocument.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DQScopeDocumentDQScopeDocument.Factory. parse(String xmlAsString)static DQScopeDocumentDQScopeDocument.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DQScopeDocumentDQScopeDocument.Factory. parse(URL u)static DQScopeDocumentDQScopeDocument.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static DQScopeDocumentDQScopeDocument.Factory. parse(XMLStreamReader sr)static DQScopeDocumentDQScopeDocument.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DQScopeDocumentDQScopeDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DQScopeDocumentDQScopeDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DQScopeDocumentDQScopeDocument.Factory. parse(Node node)static DQScopeDocumentDQScopeDocument.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of DQScopeDocument in org.isotc211.x2005.gmd.impl
Classes in org.isotc211.x2005.gmd.impl that implement DQScopeDocument Modifier and Type Class Description classDQScopeDocumentImplA document containing one DQ_Scope(@http://www.isotc211.org/2005/gmd) element.
-