Lines Matching full:getchildren
683 const Vector<sp<XMLNode> >& XMLNode::getChildren() const1247 if (parent != NULL && parent->getChildren().size() > 0) {1248 node = parent->getChildren()[parent->getChildren().size()-1];