373374375376377378379
* * @return An "always valid" SourceValidity object. This transformer has no * inputs other than the incoming SAX events. */ public SourceValidity getValidity() { return new NOPValidity(); }
224225226227228229230