org.qi4j.library.rdf.model
Class Model2XML

java.lang.Object
  extended by org.qi4j.library.rdf.model.Model2XML
All Implemented Interfaces:
Function<ApplicationDescriptor,org.w3c.dom.Document>

public class Model2XML
extends java.lang.Object
implements Function<ApplicationDescriptor,org.w3c.dom.Document>

TODO


Constructor Summary
Model2XML()
           
 
Method Summary
 org.w3c.dom.Document map(ApplicationDescriptor Application)
          Map a single item from one type to another
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Model2XML

public Model2XML()
Method Detail

map

public org.w3c.dom.Document map(ApplicationDescriptor Application)
Description copied from interface: Function
Map a single item from one type to another

Specified by:
map in interface Function<ApplicationDescriptor,org.w3c.dom.Document>
Parameters:
Application - the input item
Returns:
the mapped item