klyn.io.xml.sax.SAXParser.totalEntitySizeLimit
property
public property totalEntitySizeLimit as Int:
Description

Maximum cumulative expanded entity text in UTF-16 units (100000). Nested expansions are included. Non-positive values disable the limit; exceeding it throws SAXParseException before appending replacement text.

Example
parser.totalEntitySizeLimit = 50000