Home | History | Annotate | Download | only in impl

Lines Matching defs:itemValue

186 		String itemValue;
244 itemValue = catedStr.substring(itemStart, itemEnd);
257 itemValue = "";
268 itemValue += ch;
292 itemValue += ch;
299 itemValue += ch;
317 if (itemValue.equals(arrayNode.getChild(oldChild).getValue()))
327 newItem = new XMPNode(ARRAY_ITEM_NAME, itemValue, null);