OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rootElem
(Results
1 - 2
of
2
) sorted by null
/external/apache-xml/src/main/java/org/apache/xml/utils/
DOMHelper.java
[
all
...]
/external/libxslt/libxslt/
xslt.c
867
xmlNodePtr
rootElem
ATTRIBUTE_UNUSED)
872
if ((doc == NULL) || (
rootElem
== NULL) ||
873
(
rootElem
->type != XML_ELEMENT_NODE) ||
874
(doc !=
rootElem
->doc))
885
cur =
rootElem
;
899
if (cur ==
rootElem
)
[
all
...]
Completed in 80 milliseconds