OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IS_XSLT_NAME
(Results
1 - 6
of
6
) sorted by null
/external/libxslt/libxslt/
preproc.c
[
all
...]
xslt.c
[
all
...]
xsltutils.h
59
*
IS_XSLT_NAME
:
63
#define
IS_XSLT_NAME
(n, val) \
transform.c
[
all
...]
attributes.c
341
} else if (!
IS_XSLT_NAME
(child, "attribute")) {
/external/webkit/Source/WebCore/xml/
XSLStyleSheetLibxslt.cpp
213
if (IS_XSLT_ELEM(curr) &&
IS_XSLT_NAME
(curr, "import")) {
224
if (curr->type == XML_ELEMENT_NODE && IS_XSLT_ELEM(curr) &&
IS_XSLT_NAME
(curr, "include")) {
Completed in 349 milliseconds