HomeSort by relevance Sort by last modified time
    Searched refs:F_CDATA (Results 1 - 3 of 3) sorted by null

  /external/tagsoup/src/org/ccil/cowan/tagsoup/
Schema.java 34 public static final int F_CDATA = 2;
Parser.java 653 if (CDATAElements && (theStack.flags() & Schema.F_CDATA) != 0) {
798 if (CDATAElements && (theStack.flags() & Schema.F_CDATA) != 0) {
    [all...]
HTMLSchema.java 119 elementType("script", M_PCDATA, M_ANY & ~M_ROOT, F_CDATA);
125 elementType("style", M_PCDATA, M_HEAD|M_INLINE, F_CDATA);
    [all...]

Completed in 120 milliseconds