257258259260261262263264265266267
} } // filter the doc if (transformer != null) { doc = (Document) doc.clone(); // 避免修改schema中的document对象 transformer.transform(doc, getName()); } // output try {
252253254255256257258259260261262