Home | History | Annotate | Download | only in impl

Lines Matching refs:getChildrenLength

182 			return arrayNode.getChildrenLength();
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();