Returns the decoded interior of an element.
The element is assumed to contain text <i>only</i>. So, for example, given XML such as "<title>Good &amp; Bad</title>", will return "Good & Bad".
(optional) Mode to use for decoding. (Defaults to LOOSE).
DecodeException if decode fails
See Implementation
Returns the decoded interior of an element.
The element is assumed to contain text <i>only</i>. So, for example, given XML such as "<title>Good &amp; Bad</title>", will return "Good & Bad".