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

  /external/tagsoup/src/org/ccil/cowan/tagsoup/
HTMLModels.java 43 public static final int M_OPTIONS = 1 << 17;
HTMLSchema.java 105 elementType("optgroup", M_OPTIONS, M_OPTIONS, 0);
106 elementType("option", M_PCDATA, M_OPTION|M_OPTIONS, 0);
120 elementType("select", M_OPTIONS, M_INLINE, 0);
    [all...]

Completed in 71 milliseconds