Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dparser.h1233 } xmlFeature; typedef
1236 xmlHasFeature (xmlFeature feature);
/external/libxml2/os400/libxmlrpg/
Dparser.rpgle1341 * xmlFeature:
1347 d xmlFeature s 10i 0 based(######typedef######) enum
1405 d feature value like(xmlFeature)
/external/libxml2/
Dparser.c837 xmlHasFeature(xmlFeature feature) in xmlHasFeature()
Dtestapi.c1110 static xmlFeature gen_xmlFeature(int no, int nr ATTRIBUTE_UNUSED) { in gen_xmlFeature()
1118 static void des_xmlFeature(int no ATTRIBUTE_UNUSED, xmlFeature val ATTRIBUTE_UNUSED, int nr ATTRIBU… in des_xmlFeature()
13188 xmlFeature feature; /* the feature to be examined */ in test_xmlHasFeature()