whitespace()
Instance Public methods
Evaluates to true if whitespace is respected for this element.
This is the case if:
-
Neither :
respect_whitespacenor :compress_whitespacehas any value -
The context has :
respect_whitespaceset to :allor an array containing the name of this element, and :compress_whitespaceisn't set to :allor an array containing the name of this element.
The evaluation is tested against expanded_name, and so is
namespace sensitive.
Please login to continue.