HomeSort by relevance Sort by last modified time
    Searched refs:nb_attributes (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/xml/parser/
XMLDocumentParser.h 131 const xmlChar** namespaces, int nb_attributes, int nb_defaulted, const xmlChar** libxmlAttributes);
  /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 678 * @nb_attributes: the number of attributes on that node
695 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...]
xmlschemas.c     [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 690 * @nb_attributes: the number of attributes on that node
704 int nb_attributes,
716 namespaces, nb_attributes, nb_defaulted,
    [all...]
xmlschemas.c     [all...]

Completed in 3013 milliseconds