if (stripSpace != Whitespace.UNSPECIFIED) {
ss = AugmentedSource.makeAugmentedSource(ss);
((AugmentedSource)ss).setStripSpace(stripSpace);
}
new Sender(pipe).send(source, builder);
TinyDocumentImpl doc = (TinyDocumentImpl)builder.getCurrentRoot();
return (Document)DocumentOverNodeInfo.wrap(doc);
} catch (XPathException err) {
throw new SAXException(err);
}
}