DocViewSAXEventGenerator
464465466467468469470
Item item = getItem(absPath); if (!item.isNode()) { // a property instead of a node exists at the specified path throw new PathNotFoundException(absPath); } new DocViewSAXEventGenerator((Node) item, noRecurse, skipBinary, contentHandler).serialize(); }