Lines Matching refs:it

7 // of the Adobe license agreement accompanying it.
133 * Calulates the padding according to the options and write it to the stream.
314 for (Iterator it = xmp.getRoot().iterateChildren(); it.hasNext(); )
316 XMPNode currSchema = (XMPNode) it.next();
363 for (Iterator it = xmp.getRoot().iterateChildren(); it.hasNext();)
365 XMPNode schema = (XMPNode) it.next();
371 for (Iterator it = xmp.getRoot().iterateChildren(); it.hasNext();)
373 XMPNode schema = (XMPNode) it.next();
390 for (Iterator it = xmp.getRoot().iterateChildren(); it.hasNext();)
392 XMPNode schema = (XMPNode) it.next();
417 for (Iterator it = parentNode.iterateChildren(); it.hasNext();)
419 XMPNode prop = (XMPNode) it.next();
441 * property element. It does not matter if it is a top level property, a
491 for (Iterator it = parentNode.iterateChildren(); it.hasNext();)
493 XMPNode node = (XMPNode) it.next();
809 for (Iterator it = schemaNode.iterateChildren(); it.hasNext();)
811 XMPNode propNode = (XMPNode) it.next();
841 for (Iterator it = node.iterateChildren(); it.hasNext();)
843 XMPNode field = (XMPNode) it.next();
848 for (Iterator it = node.iterateChildren(); it.hasNext();)
850 XMPNode child = (XMPNode) it.next();
854 for (Iterator it = node.iterateQualifier(); it.hasNext();)
856 XMPNode qualifier = (XMPNode) it.next();
907 * Recursively handles the "value" for a node. It does not matter if it is a
976 for (Iterator it = node.iterateQualifier(); it.hasNext();)
978 XMPNode qualifier = (XMPNode) it.next();
1017 for (Iterator it = node.iterateQualifier(); it.hasNext();)
1019 XMPNode qualifier = (XMPNode) it.next();
1065 for (Iterator it = node.iterateChildren(); it.hasNext();)
1067 XMPNode child = (XMPNode) it.next();
1087 for (Iterator it = node.iterateChildren(); it.hasNext();)
1089 XMPNode child = (XMPNode) it.next();
1098 for (Iterator it = node.iterateChildren(); it.hasNext();)
1100 XMPNode child = (XMPNode) it.next();
1196 * A node can be serialized as RDF-Attribute, if it meets the following conditions: