Access to node is possible with:
tinyMCE.activeEditor.selection.getNode()
And there are 2 properties that will return the required values: nodeName and innerHTML
tinyMCE.activeEditor.selection.getNode().nodeName tinyMCE.activeEditor.selection.getNode().innerHTML
source share