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