/external/chromium_org/third_party/libxml/src/include/libxml/ |
SAX2.h | 117 int nb_attributes,
|
parser.h | 678 * @nb_attributes: the number of attributes on that node 695 int nb_attributes, [all...] |
/external/libxml2/include/libxml/ |
SAX2.h | 117 int nb_attributes,
|
parser.h | 681 * @nb_attributes: the number of attributes on that node 698 int nb_attributes, [all...] |
/external/chromium_org/third_party/libxml/src/ |
testSAX.c | 890 int nb_attributes, 919 fprintf(stdout, ", %d, %d", nb_attributes, nb_defaulted); 921 for (i = 0;i < nb_attributes * 5;i += 5) {
|
SAX2.c | [all...] |
runtest.c | [all...] |
xmllint.c | [all...] |
xmlreader.c | 690 * @nb_attributes: the number of attributes on that node 704 int nb_attributes, 716 namespaces, nb_attributes, nb_defaulted, [all...] |
testapi.c | 5094 int nb_attributes; \/* the number of attributes on that node *\/ local 5121 xmlSAX2StartElementNs(ctx, (const xmlChar *)localname, (const xmlChar *)prefix, (const xmlChar *)URI, nb_namespaces, (const xmlChar **)namespaces, nb_attributes, nb_defaulted, (const xmlChar **)attributes); local [all...] |
/external/libxml2/ |
SAX2.c | [all...] |
xmllint.c | [all...] |
xmlreader.c | 693 * @nb_attributes: the number of attributes on that node 707 int nb_attributes, 719 namespaces, nb_attributes, nb_defaulted, [all...] |