Home
last modified time | relevance | path

Searched refs:relaxng (Results 1 – 21 of 21) sorted by relevance

/external/libxml2/
DAndroid.mk40 relaxng.c \
Dxmllint.c150 static char * relaxng = NULL; variable
1881 if (relaxng != NULL) { in streamFile()
1885 ret = xmlTextReaderRelaxNGValidate(reader, relaxng); in streamFile()
1888 "Relax-NG schema %s failed to compile\n", relaxng); in streamFile()
1890 relaxng = NULL; in streamFile()
1931 if (relaxng != NULL) in streamFile()
1953 if ((relaxng != NULL) || (schema != NULL)) { in streamFile()
3411 relaxng = argv[i]; in main()
3558 if ((relaxng != NULL) && (sax == 0) in main()
3571 ctxt = xmlRelaxNGNewParserCtxt(relaxng); in main()
[all …]
/external/chromium_org/third_party/libxml/src/
DChangeLog72 include/libxml/relaxng.h include/libxml/xmlversion.h.in
141 include/libxml/relaxng.h include/libxml/xmlversion.h.in
607 * include/libxml/relaxng.h include/libxml/schematron.h
942 * check-relaxng-test-suite2.py check-relaxng-test-suite.py
1154 * relaxng.c: fixed bug #407436 a crash in a specific case of
1423 * test/relaxng/empty1.rng test/relaxng/comps_0.xml
1424 test/relaxng/empty1_0.xml test/relaxng/comps.rng
1425 test/relaxng/empty0.rng test/relaxng/empty0_0.xml
1426 test/relaxng/empty1_1.xml: tests which were apparently
1592 * relaxng.c: fix a Relax-NG bug related to element content processing,
[all …]
Dxmllint.c149 static char * relaxng = NULL; variable
1873 if (relaxng != NULL) { in streamFile()
1877 ret = xmlTextReaderRelaxNGValidate(reader, relaxng); in streamFile()
1880 "Relax-NG schema %s failed to compile\n", relaxng); in streamFile()
1882 relaxng = NULL; in streamFile()
1923 if (relaxng != NULL) in streamFile()
1945 if ((relaxng != NULL) || (schema != NULL)) { in streamFile()
3362 relaxng = argv[i]; in main()
3509 if ((relaxng != NULL) && (sax == 0) in main()
3522 ctxt = xmlRelaxNGNewParserCtxt(relaxng); in main()
[all …]
DNEWS49 Fix Windows build * relaxng.c: fix windows build (Rob Richards),
847 - Added relaxng option to xmllint --shell
1135 - documentation: added --relaxng option to xmllint man page (John)
1175 - First implementation of RelaxNG, added --relaxng flag to xmllint
/external/chromium_org/third_party/libxml/src/win32/
DMakefile121 $(XML_INTDIR)\relaxng.obj\
166 $(XML_INTDIR_A)\relaxng.obj\
211 $(XML_INTDIR_A_DLL)\relaxng.obj\
DMakefile.msvc121 $(XML_INTDIR)\relaxng.obj\
166 $(XML_INTDIR_A)\relaxng.obj\
211 $(XML_INTDIR_A_DLL)\relaxng.obj\
DMakefile.bcb136 $(XML_INTDIR)\relaxng.obj\
181 $(XML_INTDIR_A)\relaxng.obj\
DMakefile.mingw126 $(XML_INTDIR)/relaxng.o\
173 $(XML_INTDIR_A)/relaxng.o\
/external/chromium_org/third_party/libxml/
DBUILD.gn54 "src/include/libxml/relaxng.h",
107 "src/relaxng.c",
Dlibxml.gyp97 'src/include/libxml/relaxng.h',
150 'src/relaxng.c',
Dlibxml.target.darwin-arm64.mk49 third_party/libxml/src/relaxng.c \
Dlibxml.target.darwin-x86_64.mk49 third_party/libxml/src/relaxng.c \
Dlibxml.target.linux-arm64.mk49 third_party/libxml/src/relaxng.c \
Dlibxml.target.linux-mips.mk49 third_party/libxml/src/relaxng.c \
Dlibxml.target.darwin-x86.mk49 third_party/libxml/src/relaxng.c \
Dlibxml.target.darwin-mips.mk49 third_party/libxml/src/relaxng.c \
Dlibxml.target.linux-x86.mk49 third_party/libxml/src/relaxng.c \
Dlibxml.target.linux-x86_64.mk49 third_party/libxml/src/relaxng.c \
Dlibxml.target.darwin-arm.mk49 third_party/libxml/src/relaxng.c \
Dlibxml.target.linux-arm.mk49 third_party/libxml/src/relaxng.c \