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

Method Summary
 java.lang.String getDocument()
           
 java.lang.String getGraphName()
           
 java.net.URL getURL()
           
 java.net.URL getXslt()
           
 void setGraphName(java.lang.String gn)
           
 void setXslt(java.net.URL url)
           
 
Methods inherited from interface eu.larkc.core.data.InformationSet
toRDF
 

Method Detail

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)