Home
last modified time | relevance | path

Searched refs:xmlFeature (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
Dparser.h1219 } xmlFeature; typedef
1222 xmlHasFeature (xmlFeature feature);
/external/libxml2/patches/
D0001-Add-ICU-support-for-libxml.patch477 } xmlFeature;
514 @@ -937,6 +937,12 @@ xmlHasFeature(xmlFeature feature)
/external/libxml2/
Dparser.c751 xmlHasFeature(xmlFeature feature) in xmlHasFeature()