Searched refs:VERS_XML (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/tidy-15.15/tidy/src/
H A Dentities.c39 { "quot", VERS_ALL|VERS_XML, 34 },
40 { "amp", VERS_ALL|VERS_XML, 38 },
41 { "apos", VERS_FROM40|VERS_XML, 39 },
42 { "lt", VERS_ALL|VERS_XML, 60 },
43 { "gt", VERS_ALL|VERS_XML, 62 },
335 Bool isXml = ( (versions & VERS_XML) == VERS_XML );
390 *versions = ( isXml ? VERS_XML : VERS_PROPRIETARY );
H A Dlexer.h195 #define VERS_XML 65536u macro
H A Dattrs.c152 { TidyAttr_ENCODING, "encoding", VERS_XML, CH_PCDATA }, /* <?xml?> */
256 { TidyAttr_VERSION, "version", VERS_ALL|VERS_XML, CH_PCDATA }, /* HTML <?xml?> */
261 { TidyAttr_XML_LANG, "xml:lang", VERS_XML, CH_LANG }, /* XML language */
262 { TidyAttr_XML_SPACE, "xml:space", VERS_XML, CH_PCDATA }, /* XML white space */
1123 if (attribute->versions & VERS_XML)
H A Dtags.c536 xml->versions = VERS_XML;

Completed in 122 milliseconds