Searched refs:getChildrenLength (Results 1 – 7 of 7) sorted by relevance
488 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()
182 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();
188 for (int i = 1; i <= dcSchema.getChildrenLength(); i++) in normalizeDCArrays()525 aliasNode.getChildrenLength() != baseNode.getChildrenLength()) in compareAliasedSubtrees()
315 for (int oldChild = 1; oldChild <= arrayNode.getChildrenLength(); oldChild++) in separateArrayItems()776 if (leftNode.getChildrenLength() != rightNode.getChildrenLength()) in itemValuesMatch()
218 public int getChildrenLength() in getChildrenLength() method in XMPNode786 .toArray(new XMPNode[getChildrenLength()]);
312 if (xmp.getRoot().getChildrenLength() > 0) in serializePrettyRDFSchemas()
1150 for (int i = 2; i <= xmpParent.getChildrenLength(); i++) in fixupQualifiedNode()