spring-framework / org.springframework.util.xml / DomUtils / createContentHandler

createContentHandler

open static fun createContentHandler(node: Node): ContentHandler

Returns a SAX ContentHandler that transforms callback calls to DOM Nodes.

Parameters

node - the node to publish events to

Return
the content handler