klyn.io.xml.dom.DOMParser.totalEntitySizeLimit
property
public property totalEntitySizeLimit as Int:
Description

Maximum cumulative expanded entity size in UTF-16 units; default 100000. A non-positive value disables the limit; exceeding it fails the parse.

Example
parser.totalEntitySizeLimit = 50000