throw new SAXException(e);
}
transformedInputSource = new InputSource();
transformedXMLReader = new XMLFilterImpl(){
public void parse(InputSource pInput) throws SAXException, IOException {
new DOMSerializer().serialize(schema, this);
}
public void parse(String pSystemId) throws SAXException, IOException {
throw new IllegalStateException("Not implemented");
}