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