OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XML_SAVE_NO_EMPTY
(Results
1 - 2
of
2
) sorted by null
/external/libxml2/include/libxml/
xmlsave.h
32
XML_SAVE_NO_EMPTY
= 1<<2, /* no empty tags */
/external/libxml2/
xmlsave.c
348
ctxt->options |=
XML_SAVE_NO_EMPTY
;
404
if ((ret->options &
XML_SAVE_NO_EMPTY
) && ! (options &
XML_SAVE_NO_EMPTY
)) {
405
options |=
XML_SAVE_NO_EMPTY
;
895
(cur->children == NULL) && ((ctxt->options &
XML_SAVE_NO_EMPTY
) == 0)) {
[
all
...]
Completed in 209 milliseconds