Home
last modified time | relevance | path

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

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