There are two main values within this that determine the behaviour of the flow control. The {@link #flowControlDepth} is the depth of the nestingof element events, e.g. it is 0 at start, after seeing one startElement event it is 1, after seeing an endElement event it is 0. The {@link #flowControlThreshold} is the depth above which endElement eventsmust be sent in order to ensure a well balanced event stream.
|
|
|
|
|
|
|
|
|
|