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