Home | History | Annotate | Download | only in impl

Lines Matching defs:itemPath

201 			String itemPath = XMPPathFactory.composeArrayItemPath(arrayName, itemIndex);
202 deleteProperty(schemaNS, itemPath);
374 String itemPath = XMPPathFactory.composeArrayItemPath(arrayName, itemIndex);
375 return getProperty(schemaNS, itemPath);