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