com.smallx.xml.xslt.xt.transform
Class Result2ItemDestination

java.lang.Object
  extended bycom.smallx.xml.xslt.xt.transform.Result2ItemDestination
All Implemented Interfaces:
Result

public class Result2ItemDestination
extends java.lang.Object
implements Result


Constructor Summary
Result2ItemDestination(java.net.URI baseURI, ItemConstructor constructor, ItemDestination dest)
          Creates a new instance of Result2ItemDestination
 
Method Summary
 java.net.URI getBaseURI()
           
 Element getElement()
           
 ItemConstructor getItemConstructor()
           
 void send(Item item)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Result2ItemDestination

public Result2ItemDestination(java.net.URI baseURI,
                              ItemConstructor constructor,
                              ItemDestination dest)
Creates a new instance of Result2ItemDestination

Method Detail

getElement

public Element getElement()
                   throws XMLException
Specified by:
getElement in interface Result
Throws:
XMLException

send

public void send(Item item)
          throws XMLException
Specified by:
send in interface Result
Throws:
XMLException

getBaseURI

public java.net.URI getBaseURI()
Specified by:
getBaseURI in interface Result

getItemConstructor

public ItemConstructor getItemConstructor()
Specified by:
getItemConstructor in interface Result