Searched refs:F_CDATA (Results 1 – 4 of 4) sorted by relevance
35 public static final int F_CDATA = 2; field in Schema
654 if (CDATAElements && (theStack.flags() & Schema.F_CDATA) != 0) { in etag_cdata()799 if (CDATAElements && (theStack.flags() & Schema.F_CDATA) != 0) { in push()
119 elementType("script", M_PCDATA, M_ANY & ~M_ROOT, F_CDATA); in HTMLSchema()125 elementType("style", M_PCDATA, M_HEAD|M_INLINE, F_CDATA); in HTMLSchema()
210 -Dnocdata=true turns off F_CDATA on script and style elements