The IDLffXMLDOMText::IsIgnorableWhitespace function method indicates whether the text node contains ignorable whitespace.
In order for the parser to distinguish between ignorable and non-ignorable white space, validation must be performed during parsing with a DTD or schema.
Result = Obj->[IDLffXMLDOMText::]IsIgnorableWhitespace()
Returns 1 if the text node contains ignorable whitespace, or 0 if the text node contains whitespace that is not ignorable.
None
None
6.1 |
Introduced |