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