Package org.apache.camel.converter.saxon
Class SaxonConverter
- java.lang.Object
-
- org.apache.camel.converter.saxon.SaxonConverter
-
@Converter(generateLoader=true) public final class SaxonConverter extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
toDOMDocument
@Converter public static Document toDOMDocument(net.sf.saxon.om.NodeInfo node) throws net.sf.saxon.trans.XPathException
- Throws:
net.sf.saxon.trans.XPathException
-
toDOMNode
@Converter public static Node toDOMNode(net.sf.saxon.om.NodeInfo node)
-
toDOMSourceFromNodeInfo
@Converter public static DOMSource toDOMSourceFromNodeInfo(net.sf.saxon.om.NodeInfo nodeInfo)
-
toDOMNodeList
@Converter public static NodeList toDOMNodeList(List<? extends net.sf.saxon.om.NodeInfo> nodeList)
-
-