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