Home | History | Annotate | Download | only in impl

Lines Matching refs:xmlParent

276 	 * @param xmlParent the currently processed XML node
280 private static void rdf_PropertyElementList(XMPMetaImpl xmp, XMPNode xmpParent, Node xmlParent,
283 for (int i = 0; i < xmlParent.getChildNodes().getLength(); i++)
285 Node currChild = xmlParent.getChildNodes().item(i);