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