OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:M_EMPTY
(Results
1 - 2
of
2
) sorted by null
/external/tagsoup/src/org/ccil/cowan/tagsoup/
Schema.java
28
public static final int
M_EMPTY
= 0;
HTMLSchema.java
35
elementType("<pcdata>",
M_EMPTY
, M_PCDATA, 0);
36
elementType("<root>", M_ROOT,
M_EMPTY
, 0);
42
elementType("area",
M_EMPTY
, M_AREA, 0);
44
elementType("base",
M_EMPTY
, M_HEAD, 0);
45
elementType("basefont",
M_EMPTY
, M_INLINE|M_NOLINK, 0);
47
elementType("bgsound",
M_EMPTY
, M_HEAD, 0);
52
elementType("br",
M_EMPTY
, M_INLINE|M_NOLINK, 0);
59
elementType("col",
M_EMPTY
, M_COL|M_TABULAR, 0);
73
elementType("frame",
M_EMPTY
, M_FRAME, 0);
82
elementType("hr",
M_EMPTY
, M_BLOCK, 0)
[
all
...]
Completed in 39 milliseconds