Home
last modified time | relevance | path

Searched refs:getChildrenLength (Results 1 – 7 of 7) sorted by relevance

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPNodeUtils.java488 index = parentNode.getChildrenLength(); in followXPathStep()
511 if (1 <= index && index <= parentNode.getChildrenLength()) in followXPathStep()
581 if (createNodes && index == arrayNode.getChildrenLength() + 1) in findIndexedItem()
609 for (int index = 1; index <= arrayNode.getChildrenLength() && result < 0; index++) in lookupFieldSelector()
619 for (int f = 1; f <= currItem.getChildrenLength(); f++) in lookupFieldSelector()
674 for (int index = 1; index < arrayNode.getChildrenLength(); index++) in lookupQualSelector()
711 for (int i = 2; i <= arrayNode.getChildrenLength(); i++) in normalizeLangArray()
909 for (int index = 1; index <= arrayNode.getChildrenLength(); index++) in lookupLanguageItem()
DXMPMetaImpl.java182 return arrayNode.getChildrenLength(); in countArrayItems()
498 if (xdItem != null && arrayNode.getChildrenLength() > 1)
592 if (xdItem != null && arrayNode.getChildrenLength() == 1)
617 if (!haveXDefault && arrayNode.getChildrenLength() == 1)
1310 int maxIndex = insert ? arrayNode.getChildrenLength() + 1 : arrayNode.getChildrenLength();
DXMPNormalizer.java188 for (int i = 1; i <= dcSchema.getChildrenLength(); i++) in normalizeDCArrays()
525 aliasNode.getChildrenLength() != baseNode.getChildrenLength()) in compareAliasedSubtrees()
DXMPUtilsImpl.java315 for (int oldChild = 1; oldChild <= arrayNode.getChildrenLength(); oldChild++) in separateArrayItems()
776 if (leftNode.getChildrenLength() != rightNode.getChildrenLength()) in itemValuesMatch()
DXMPNode.java218 public int getChildrenLength() in getChildrenLength() method in XMPNode
786 .toArray(new XMPNode[getChildrenLength()]);
DXMPSerializerRDF.java312 if (xmp.getRoot().getChildrenLength() > 0) in serializePrettyRDFSchemas()
DParseRDF.java1150 for (int i = 2; i <= xmpParent.getChildrenLength(); i++) in fixupQualifiedNode()