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

  /external/chromium_org/third_party/libxml/src/
valid.c     [all...]
tree.c     [all...]
xmlschemas.c 169 #define WXS_ATTRUSE_DECL(au) WXS_ATTR_CAST (WXS_ATTR_USE_CAST (au))->attrDecl
524 xmlSchemaAttributePtr attrDecl;
    [all...]
  /external/libxml2/
valid.c     [all...]
tree.c     [all...]
xmlschemas.c 169 #define WXS_ATTRUSE_DECL(au) WXS_ATTR_CAST (WXS_ATTR_USE_CAST (au))->attrDecl
524 xmlSchemaAttributePtr attrDecl;
    [all...]
  /external/chromium_org/third_party/libxslt/libxslt/
xsltutils.c 128 xmlAttributePtr attrDecl;
130 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, node->name, name);
131 if ((attrDecl == NULL) && (doc->extSubset != NULL))
132 attrDecl = xmlGetDtdAttrDesc(doc->extSubset, node->name, name);
134 if ((attrDecl != NULL) && (attrDecl->prefix != NULL)) {
138 ns = xmlSearchNs(doc, node, attrDecl->prefix);
141 attrDecl->defaultValue, -1));
214 xmlAttributePtr attrDecl;
216 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, node->name, name)
    [all...]
  /external/chromium_org/third_party/libxml/src/include/libxml/
schemasInternals.h 933 xmlHashTablePtr attrDecl;
  /external/libxml2/include/libxml/
schemasInternals.h 933 xmlHashTablePtr attrDecl;

Completed in 220 milliseconds