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