@Converter public final class SaxonConverter extends Object
Modifier and Type | Method and Description |
---|---|
static <T> T |
convertTo(Class<T> type,
org.apache.camel.Exchange exchange,
Object value,
org.apache.camel.spi.TypeConverterRegistry registry) |
static Document |
toDOMDocument(net.sf.saxon.om.NodeInfo node) |
static Node |
toDOMNode(net.sf.saxon.om.NodeInfo node) |
static NodeList |
toDOMNodeList(List<? extends net.sf.saxon.om.NodeInfo> nodeList) |
static DOMSource |
toDOMSourceFromNodeInfo(net.sf.saxon.om.NodeInfo nodeInfo) |
@Converter public static Document toDOMDocument(net.sf.saxon.om.NodeInfo node) throws net.sf.saxon.trans.XPathException
net.sf.saxon.trans.XPathException
@Converter public static Node toDOMNode(net.sf.saxon.om.NodeInfo node)
@Converter public static DOMSource toDOMSourceFromNodeInfo(net.sf.saxon.om.NodeInfo nodeInfo)
@Converter public static NodeList toDOMNodeList(List<? extends net.sf.saxon.om.NodeInfo> nodeList)
Apache Camel