net.sf.saxon.javax.xml.xquery
Interface XQCommonHandler

All Known Implementing Classes:
StandardDOMHandler

public interface XQCommonHandler

XQJ interfaces reconstructed from version 0.5 documentation


Method Summary
 XQItem fromObject(java.lang.Object obj)
           
 java.lang.Object toObject(XQItemAccessor item)
           
 

Method Detail

fromObject

public XQItem fromObject(java.lang.Object obj)
                  throws XQException
Throws:
XQException

toObject

public java.lang.Object toObject(XQItemAccessor item)
                          throws XQException
Throws:
XQException