Bool containsCDataOnly(String el)
Arguments
el: The name of the element
Usage
Returns true if the element may not contain any other elements (for example textarea), false otherwise.
el: The name of the elementReturns true if the element may not contain any other elements (for example textarea), false otherwise.