Package org.apache.camel.converter.saxon
Class SaxonConverter
java.lang.Object
org.apache.camel.converter.saxon.SaxonConverter
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> TconvertTo(Class<T> type, org.apache.camel.Exchange exchange, Object value, org.apache.camel.spi.TypeConverterRegistry registry) static DocumenttoDOMDocument(net.sf.saxon.om.NodeInfo node) static DocumenttoDOMDocument(net.sf.saxon.tree.tiny.TinyDocumentImpl node) static DocumenttoDOMDocument(net.sf.saxon.tree.tiny.TinyElementImpl node) static NodetoDOMNode(net.sf.saxon.om.NodeInfo node) static NodetoDOMNode(net.sf.saxon.tree.tiny.TinyDocumentImpl node) static NodeListtoDOMNodeList(List<? extends net.sf.saxon.om.NodeInfo> nodeList) static DOMSourcetoDOMSourceFromNodeInfo(net.sf.saxon.om.NodeInfo nodeInfo) static DOMSourcetoDOMSourceFromNodeInfo(net.sf.saxon.tree.tiny.TinyDocumentImpl nodeInfo)
-
Method Details
-
toDOMDocument
@Converter public static Document toDOMDocument(net.sf.saxon.tree.tiny.TinyElementImpl node) throws net.sf.saxon.trans.XPathException - Throws:
net.sf.saxon.trans.XPathException
-
toDOMDocument
@Converter public static Document toDOMDocument(net.sf.saxon.tree.tiny.TinyDocumentImpl node) throws net.sf.saxon.trans.XPathException - Throws:
net.sf.saxon.trans.XPathException
-
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
-
toDOMNode
-
toDOMSourceFromNodeInfo
@Converter public static DOMSource toDOMSourceFromNodeInfo(net.sf.saxon.tree.tiny.TinyDocumentImpl nodeInfo) -
toDOMSourceFromNodeInfo
-
toDOMNodeList
-
convertTo
-