// we've failed to produce marshaller for this class.
out.element("unavailable");
} else {
// copy the generated marshaller into the output stream.
parser.setDocumentHandler(
new DocumentFilter(out.handler){
public void startDocument() {}
public void endDocument() {}
public void processingInstruction( String target, String data ) throws SAXException {
if( !target.equals("xml") )
super.processingInstruction(target,data);