This strategy is similar to RequireLocal except that it throws an
error if it detects a change to the element's children property that would otherwise be ignored.
The price of this added safety is that the strategy depends on testing for Group equality and thus is potentially less performant
than RequireLocal.
This strategy is similar to
RequireLocalexcept that it throws an error if it detects a change to the element'schildrenproperty that would otherwise be ignored.The price of this added safety is that the strategy depends on testing for Group equality and thus is potentially less performant than
RequireLocal.[com.codecommit.antixml.Zipper