Searched refs:TextNode (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/tidy-15.15/tidy/src/
H A Dparser.c313 if (element->type != TextNode)
2005 if (node->type != TextNode && node->tag == NULL)
2186 if (node->tag == NULL && node->type != TextNode)
2237 if (node->type != TextNode)
2309 if (node->tag == NULL && node->type != TextNode)
2337 if (node->type != TextNode)
2524 if (node->tag == NULL && node->type != TextNode)
2547 if (node->type != TextNode)
H A Dlexer.h65 TextNode, enumerator in enum:__anon13923
311 NodeType type; /* TextNode, StartTag, EndTag etc. */
H A Dpprint.c1769 if ( node->type != TextNode )
1949 if (node->type == TextNode)
2190 if ( node->type == TextNode)
H A Dlocalize.c1101 else if (tag->type == TextNode)
H A Dclean.c1819 if ( node->type != TextNode )
2424 node->type = TextNode;
H A Dtidylib.c1531 case TextNode:
H A Dlexer.c639 #define TextNode 1
1033 node->type = TextNode;
2024 if (lexer->token->type != TextNode
H A Daccess.c1000 if ( node->content->type != TextNode )
H A Dtags.c840 return ( node && node->type == TextNode );

Completed in 312 milliseconds