OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:canContain
(Results
1 - 2
of
2
) sorted by null
/external/tagsoup/src/org/ccil/cowan/tagsoup/
Element.java
137
public boolean
canContain
(Element other) {
138
return theType.
canContain
(other.theType);
ElementType.java
175
public boolean
canContain
(ElementType other) {
Completed in 50 milliseconds