Home
last modified time | relevance | path

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

/external/libxslt/libxslt/
Dxslt.c110 #ifdef IS_BLANK_NODE
111 #undef IS_BLANK_NODE
113 #define IS_BLANK_NODE(n) \ macro
3159 if (IS_BLANK_NODE(cur->prev)) { in xsltParsePreprocessStylesheetTree()
3545 if (IS_BLANK_NODE(cur)) { in xsltPrecomputeStylesheet()
4084 (! IS_BLANK_NODE(child))) in xsltParseAnyXSLTElem()
5575 (IS_BLANK_NODE(child)))
6066 if (IS_BLANK_NODE(cur)) { in xsltParseStylesheetTop()
6082 if (IS_BLANK_NODE(cur)) { in xsltParseStylesheetTop()
Dattributes.c75 #define IS_BLANK_NODE(n) \ macro
Dtransform.c77 #define IS_BLANK_NODE(n) \ macro
4839 if ((IS_BLANK_NODE(cur)) && in xsltApplyTemplates()
5737 if (IS_BLANK_NODE(cur)) in xsltApplyStripSpaces()
/external/libxml2/
Drelaxng.c3357 #define IS_BLANK_NODE(n) (xmlRelaxNGIsBlank((n)->content)) macro
7371 if (IS_BLANK_NODE(cur)) { in xmlRelaxNGCleanupTree()
8514 (IS_BLANK_NODE(node)))))) { in xmlRelaxNGSkipIgnored()
Dxmlschemas.c4974 #define IS_BLANK_NODE(n) \ macro
9533 if (IS_BLANK_NODE(cur)) { in xmlSchemaCleanupDoc()