Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Gets the Org.Xml.Sax.IContentHandler which receives the
augmented validation result.
Set method documentation [Android Documentation]
Sets the Org.Xml.Sax.IContentHandler which receives
the augmented validation result.
When a Org.Xml.Sax.IContentHandler is specified, a
Javax.Xml.Validation.ValidatorHandler will work as a filter
and basically copy the incoming events to the
specified Org.Xml.Sax.IContentHandler.
In doing so, a Javax.Xml.Validation.ValidatorHandler may modify
the events, for example by adding defaulted attributes.
A Javax.Xml.Validation.ValidatorHandler may buffer events to certain
extent, but to allow Javax.Xml.Validation.ValidatorHandler to be used
by a parser, the following requirement has to be met.