Home
last modified time | relevance | path

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

/external/libxml2/
Drelaxng.c3372 #define IS_BLANK_NODE(n) (xmlRelaxNGIsBlank((n)->content))
3462 xmlRelaxNGIsBlank(xmlChar * str) in xmlRelaxNGIsBlank() function