Uses of Interface
eu.europa.ec.inspire.schemas.net.x40.LinkDocument
-
Packages that use LinkDocument Package Description eu.europa.ec.inspire.schemas.net.x40 eu.europa.ec.inspire.schemas.net.x40.impl -
-
Uses of LinkDocument in eu.europa.ec.inspire.schemas.net.x40
Methods in eu.europa.ec.inspire.schemas.net.x40 that return LinkDocument Modifier and Type Method Description static LinkDocumentLinkDocument.Factory. newInstance()static LinkDocumentLinkDocument.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static LinkDocumentLinkDocument.Factory. parse(File file)static LinkDocumentLinkDocument.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static LinkDocumentLinkDocument.Factory. parse(InputStream is)static LinkDocumentLinkDocument.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static LinkDocumentLinkDocument.Factory. parse(Reader r)static LinkDocumentLinkDocument.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static LinkDocumentLinkDocument.Factory. parse(String xmlAsString)static LinkDocumentLinkDocument.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static LinkDocumentLinkDocument.Factory. parse(URL u)static LinkDocumentLinkDocument.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static LinkDocumentLinkDocument.Factory. parse(XMLStreamReader sr)static LinkDocumentLinkDocument.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static LinkDocumentLinkDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic LinkDocumentLinkDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic LinkDocumentLinkDocument.Factory. parse(Node node)static LinkDocumentLinkDocument.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of LinkDocument in eu.europa.ec.inspire.schemas.net.x40.impl
Classes in eu.europa.ec.inspire.schemas.net.x40.impl that implement LinkDocument Modifier and Type Class Description classLinkDocumentImplA document containing one Link(@http://inspire.ec.europa.eu/schemas/net/4.0) element.
-