Searched refs:canContain (Results 1 – 3 of 3) sorted by relevance
137 public boolean canContain(Element other) { in canContain() method in Element138 return theType.canContain(other.theType); in canContain()
719 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()
175 public boolean canContain(ElementType other) { in canContain() method in ElementType