error.setLocator(this);
}
PreparedStylesheet pss = getPreparedStylesheet();
if (pss!=null) {
// it is null before the stylesheet has been fully built - ignore it
pss.reportWarning(error);
}
}
protected void issueWarning(String message) {
TransformerConfigurationException tce =