OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XML_TEXT_NODE
(Results
1 - 25
of
27
) sorted by null
1
2
/external/libxml2/include/libxml/
HTMLtree.h
32
#define HTML_TEXT_NODE
XML_TEXT_NODE
tree.h
123
XML_TEXT_NODE
= 3,
[
all
...]
/external/libxml2/
tree.c
1265
if ((last != NULL) && (last->type ==
XML_TEXT_NODE
)) {
[
all
...]
xmlreader.c
387
if ((cur->type !=
XML_TEXT_NODE
) &&
391
(cur->type ==
XML_TEXT_NODE
)) &&
462
if ((cur->type !=
XML_TEXT_NODE
) &&
467
(cur->type ==
XML_TEXT_NODE
)) &&
1091
} else if ((node->type ==
XML_TEXT_NODE
) ||
[
all
...]
debugXML.c
103
(node->type !=
XML_TEXT_NODE
) &&
111
(node->type ==
XML_TEXT_NODE
) ||
366
case
XML_TEXT_NODE
:
906
case
XML_TEXT_NODE
:
1113
case
XML_TEXT_NODE
:
[
all
...]
xmlsave.c
436
case
XML_TEXT_NODE
:
792
if (cur->type ==
XML_TEXT_NODE
) {
873
if ((tmp->type ==
XML_TEXT_NODE
) ||
[
all
...]
xpointer.c
[
all
...]
xinclude.c
959
if (cur->type ==
XML_TEXT_NODE
) {
1020
if ((cur->type ==
XML_TEXT_NODE
) ||
1133
case
XML_TEXT_NODE
:
1153
case
XML_TEXT_NODE
:
[
all
...]
valid.c
493
case
XML_TEXT_NODE
:
[
all
...]
HTMLtree.c
107
(attr->children->type ==
XML_TEXT_NODE
) &&
250
(attr->children->type ==
XML_TEXT_NODE
) &&
xpath.c
551
NODE_TYPE_TEXT =
XML_TEXT_NODE
,
[
all
...]
relaxng.c
[
all
...]
c14n.c
[
all
...]
schematron.c
[
all
...]
SAX2.c
[
all
...]
/external/libxslt/libxslt/
transform.c
78
(((n)->type ==
XML_TEXT_NODE
) && (xsltIsBlank((n)->content)))
763
(target->last->type ==
XML_TEXT_NODE
) &&
776
(target->last->type ==
XML_TEXT_NODE
) &&
814
if ((cur->type !=
XML_TEXT_NODE
) &&
889
(((target->last->type ==
XML_TEXT_NODE
) &&
1113
if ((attr->children) && (attr->children->type ==
XML_TEXT_NODE
) &&
1165
if ((node->type ==
XML_TEXT_NODE
) ||
[
all
...]
attrvt.c
181
if ((attr->children->type !=
XML_TEXT_NODE
) ||
xsltutils.h
74
((n)->type ==
XML_TEXT_NODE
) || \
attributes.c
76
(((n)->type ==
XML_TEXT_NODE
) && (xsltIsBlank((n)->content)))
929
((inst->children->type ==
XML_TEXT_NODE
) ||
templates.c
488
if ((attr->children->type !=
XML_TEXT_NODE
) ||
661
if ((attr->children->type !=
XML_TEXT_NODE
) ||
xslt.c
114
(((n)->type ==
XML_TEXT_NODE
) && (xsltIsBlank((n)->content)))
[
all
...]
pattern.c
1152
if ((node->type !=
XML_TEXT_NODE
) &&
1162
case
XML_TEXT_NODE
:
[
all
...]
numbers.c
562
case
XML_TEXT_NODE
:
[
all
...]
xsltInternals.h
39
(((n)->type ==
XML_TEXT_NODE
) || \
[
all
...]
xsltutils.c
[
all
...]
Completed in 512 milliseconds
1
2