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