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

  /external/libxml2/
valid.c     [all...]
elfgcchack.h     [all...]
tree.c     [all...]
  /external/libxml2/include/libxml/
valid.h 390 xmlGetDtdAttrDesc (xmlDtdPtr dtd,
  /external/libxslt/libxslt/
xsltutils.c 130 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, node->name, name);
132 attrDecl = xmlGetDtdAttrDesc(doc->extSubset, node->name, name);
216 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, node->name, name);
218 attrDecl = xmlGetDtdAttrDesc(doc->extSubset, node->name, name);
    [all...]

Completed in 39 milliseconds