IgnorableWhitespace
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Syntax
Invoked when the XML parser detects ignorable whitespace.
|
- 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.