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