DocViewSAXEventGenerator
11401141114211431144114511461147
Item item = getItem(absPath); if (!item.isNode()) { // there's a property, though not a node at the specified path throw new PathNotFoundException(absPath); } new DocViewSAXEventGenerator((Node) item, noRecurse, skipBinary, contentHandler).serialize(); }
11411142114311441145114611471148