Const
XML space handling modes.
Controls how whitespace is handled in text elements.
Readonly
// Preserve whitespace (spaces, newlines)SpaceType.PRESERVE;// Default whitespace handlingSpaceType.DEFAULT; Copy
// Preserve whitespace (spaces, newlines)SpaceType.PRESERVE;// Default whitespace handlingSpaceType.DEFAULT;
XML space handling modes.
Controls how whitespace is handled in text elements.