TagBalancingHtmlStreamEventReceiver.java | 125 if (top.resumable) { 187 if (unclosed.resumable) { 206 // and <i>, then we need to store the attributes for resumable tags so 258 final boolean resumable; field in class:TagBalancingHtmlStreamEventReceiver.ElementContainmentInfo 273 String elementName, boolean resumable, int types, int contents, 277 this.resumable = resumable; 374 String elementName, boolean resumable, int types, int contentTypes) { 375 return defineElement(elementName, resumable, types, contentTypes, null); 379 String elementName, boolean resumable, int types, int contentTypes [all...] |