D | TagBalancingHtmlStreamEventReceiver.java | 125 if (top.resumable) { in prepareForContent() 187 if (unclosed.resumable) { in closeTag() 258 final boolean resumable; field in TagBalancingHtmlStreamEventReceiver.ElementContainmentInfo 273 String elementName, boolean resumable, int types, int contents, in ElementContainmentInfo() argument 277 this.resumable = resumable; in ElementContainmentInfo() 374 String elementName, boolean resumable, int types, int contentTypes) { in defineElement() argument 375 return defineElement(elementName, resumable, types, contentTypes, null); in defineElement() 379 String elementName, boolean resumable, int types, int contentTypes, in defineElement() argument 382 elementName, resumable, types, contentTypes, null, inScopes); in defineElement() 386 String elementName, boolean resumable, int types, int contentTypes, in defineElement() argument [all …]
|