HomeSort by relevance Sort by last modified time
    Searched refs:getChildrenLength (Results 1 - 7 of 7) sorted by null

  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNodeUtils.java 488 index = parentNode.getChildrenLength();
511 if (1 <= index && index <= parentNode.getChildrenLength())
581 if (createNodes && index == arrayNode.getChildrenLength() + 1)
609 for (int index = 1; index <= arrayNode.getChildrenLength() && result < 0; index++)
619 for (int f = 1; f <= currItem.getChildrenLength(); f++)
674 for (int index = 1; index < arrayNode.getChildrenLength(); index++)
711 for (int i = 2; i <= arrayNode.getChildrenLength(); i++)
909 for (int index = 1; index <= arrayNode.getChildrenLength(); index++)
XMPNormalizer.java 188 for (int i = 1; i <= dcSchema.getChildrenLength(); i++)
525 aliasNode.getChildrenLength() != baseNode.getChildrenLength())
XMPMetaImpl.java 182 return arrayNode.getChildrenLength();
498 if (xdItem != null && arrayNode.getChildrenLength() > 1)
592 if (xdItem != null && arrayNode.getChildrenLength() == 1)
617 if (!haveXDefault && arrayNode.getChildrenLength() == 1)
    [all...]
XMPUtilsImpl.java 315 for (int oldChild = 1; oldChild <= arrayNode.getChildrenLength(); oldChild++)
776 if (leftNode.getChildrenLength() != rightNode.getChildrenLength())
    [all...]
XMPNode.java 218 public int getChildrenLength()
786 .toArray(new XMPNode[getChildrenLength()]);
ParseRDF.java     [all...]
XMPSerializerRDF.java 312 if (xmp.getRoot().getChildrenLength() > 0)
    [all...]

Completed in 493 milliseconds