IgnorableWhitespace
- Last Updated: June 3, 2021
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Syntax
Invoked when the XML parser detects ignorable whitespace.
Procedure
|
Method
|
- charData
- A
CHARACTERstring representing a contiguous block of ignorable whitespace in an XML document. - numChars
- An
INTEGERexpression indicating the size, in characters, of the character string.
If validation is enabled, the XML parser reports ignorable whitespace
through this callback. If validation is not enabled, the XML parser reports
whitespace through the Characters callback.
The data type of charData is
CHARACTER, not MEMPTR, because it is unlikely that an XML document has over 32K of
contiguous ignorable whitespace.