This method is used to modify the behaviour
of ARP concerning its reporting of bnode scope
ExtendedHandler.endBNodeScope .
If this returns true then blank nodes with an rdf:nodeID
are not reported as they go out of scope at the end
of file. This eliminates the unbounded memory cost
of remembering such nodes.
If this returns false then the contract of
ExtendedHandler.endBNodeScope is honoured uniformly
independent of whether a blank node has a nodeID or not.
If this method returns different values during the parsing
of a single file, then the behaviour is undefined.
Desired behaviour of endBNodeScope. |