}
public void transform(Node sourceNode, ContentHandler resultContentHandler) throws XMLPlatformException {
try {
XMLNode xmlNode = (XMLNode)sourceNode;
xmlNode.reportSAXEvents(resultContentHandler);
} catch (SAXException e) {
throw XMLPlatformException.xmlPlatformTransformException(e);
}
}