com.smallx.xml.xslt.xt
Interface Result

All Known Implementing Classes:
Result2ItemDestination

public interface Result


Method Summary
 java.net.URI getBaseURI()
           
 Element getElement()
           
 ItemConstructor getItemConstructor()
           
 void send(Item item)
           
 

Method Detail

getItemConstructor

public ItemConstructor getItemConstructor()

getBaseURI

public java.net.URI getBaseURI()

getElement

public Element getElement()
                   throws XMLException
Throws:
XMLException

send

public void send(Item item)
          throws XMLException
Throws:
XMLException