HomeSort by relevance Sort by last modified time
    Searched full:nocdata (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/libxml/src/
testXPath.c 48 static int nocdata = 0; variable
163 else if ((!strcmp(argv[i], "-nocdata")) ||
164 (!strcmp(argv[i], "--nocdata")))
165 nocdata++;
175 if (nocdata != 0) {
208 printf("\t--nocdata : do not generate CDATA nodes\n");
xmllint.c     [all...]
NEWS     [all...]
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
CommandLine.java 34 options.put("--nocdata", Boolean.FALSE); // CDATA elements are normal
140 if (hasOption(options, "--nocdata")) {
  /external/libxml2/
xmllint.c     [all...]

Completed in 362 milliseconds