eu.larkc.core.data
Interface XMLDocument
- All Superinterfaces:
- InformationSet, java.io.Serializable
- All Known Implementing Classes:
- XMLDocumentImpl
public interface XMLDocument
- extends InformationSet
XMLDocument represents an XML document (not XML/RDF)
It allows to retrieve the content of a XML file (located with an URL) and its XSL transformation to
realize the conversion in RDF.
- Author:
- Daniele Dell'Aglio
getDocument
java.lang.String getDocument()
getXslt
java.net.URL getXslt()
getURL
java.net.URL getURL()
getGraphName
java.lang.String getGraphName()
setGraphName
void setGraphName(java.lang.String gn)
setXslt
void setXslt(java.net.URL url)