Home
last modified time | relevance | path

Searched refs:canContain (Results 1 – 3 of 3) sorted by relevance

/external/tagsoup/src/org/ccil/cowan/tagsoup/
DElement.java137 public boolean canContain(Element other) { in canContain() method in Element
138 return theType.canContain(other.theType); in canContain()
DParser.java719 while (theSaved != null && theStack.canContain(theSaved) && in restart()
720 (e == null || theSaved.canContain(e))) { in restart()
988 if (allWhite && !theStack.canContain(thePCDATA)) { in pcdata()
1044 if (sp.canContain(e)) break; in rectify()
DElementType.java175 public boolean canContain(ElementType other) { in canContain() method in ElementType