net.sf.saxon.xqj

Class StandardDOMHandler


public class StandardDOMHandler
extends java.lang.Object

Implementation of XQCommonHandler that performs the mappings between Java and XPath as defined in the XQJ specification. This is the handler that is used by default.

This handler implements the mappings defined in the XQJ specification. In addition, it defines the following mappings, which are applied after those defined in XQJ:

For fromObject:

Constructor Summary

StandardDOMHandler(SaxonXQDataFactory factory)

Method Summary

Item
convertToItem(Object value)
XQItem
fromObject(Object obj)
Object
toObject(XQItemAccessor item)

Constructor Details

StandardDOMHandler

public StandardDOMHandler(SaxonXQDataFactory factory)

Method Details

convertToItem

public Item convertToItem(Object value)
            throws XQException

fromObject

public XQItem fromObject(Object obj)
            throws XQException

toObject

public Object toObject(XQItemAccessor item)
            throws XQException