OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:M_ROOT
(Results
1 - 2
of
2
) sorted by null
/external/tagsoup/src/org/ccil/cowan/tagsoup/
Schema.java
30
public static final int
M_ROOT
= 1 << 31;
57
if (memberOf ==
M_ROOT
) theRoot = e;
HTMLSchema.java
36
elementType("<root>",
M_ROOT
, M_EMPTY, 0);
83
elementType("html", M_HTML,
M_ROOT
, 0);
119
elementType("script", M_PCDATA, M_ANY & ~
M_ROOT
, F_CDATA);
[
all
...]
Completed in 449 milliseconds