Returns false if the attribute was added by the validator.
This method provides information necessary for
a {@link javax.xml.parsers.DocumentBuilder} to determine what
the DOM tree should return from the {@link org.w3c.dom.Attr#getSpecified()} method.
The method may only be called by the startElement event of
the {@link org.xml.sax.ContentHandler} that the application sets to the
{@link ValidatorHandler}.
A general guideline for validators is to return true if
the attribute was originally present in the pipeline, and
false if it was added by the validator.