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