Home | History | Annotate | Download | only in aapt

Lines Matching full:atts

1233 XMLNode::startElement(void *userData, const char *name, const char **atts)
1254 for (int i = 0; atts[i]; i += 2) {
1255 splitName(atts[i], &ns16, &name16);
1256 node->addAttribute(ns16, name16, String16(atts[i+1]));