Lines Matching defs:insertTag

347      * @param insertTag  the first tag to start inserting into document
352 HTML.Tag insertTag) {
353 return getReader(pos, popDepth, pushDepth, insertTag, true);
370 * @param insertTag the first tag to start inserting into document
371 * @param insertInsertTag false if all the Elements after insertTag should
372 * be inserted; otherwise insertTag will be inserted
377 HTML.Tag insertTag,
384 insertTag, insertInsertTag, false,
2173 HTML.Tag insertTag) {
2174 this(offset, popDepth, pushDepth, insertTag, true, false, true);
2180 * into non empty document, <code>insertTag</code> is
2186 HTML.Tag insertTag, boolean insertInsertTag,
2278 if (insertTag != null) {
2279 this.insertTag = insertTag;
2298 midInsert = (!emptyDocument && insertTag == null);
2628 insertTag != HTML.Tag.COMMENT)) {
2910 // This check of the insertTag is put in to avoid considering
2913 if ((insertTag == null && !insertAfterImplied) ||
2914 (insertTag == HTML.Tag.HEAD) ||
2951 if ((insertTag == null && !insertAfterImplied) ||
2952 insertTag == HTML.Tag.HEAD ||
3706 if (endOfStream && (insertTag != null || insertAfterImplied) &&
3714 if (oldLength == 0 && (insertTag == null && !insertAfterImplied)) {
3725 * This will be invoked for the last flush, if <code>insertTag</code>
3731 // When inserting via an insertTag, the depths (of the tree
3844 * If insertTag == null then just proceed to
3847 if (insertTag != null) {
3857 } else if ((insertTag != null && !isInsertTag(t))
3879 return (insertTag == tag);
3971 /** If true, behavior is similiar to insertTag, but instead of
3972 * waiting for insertTag will wait for first Element without
3988 /** True if (!emptyDocument && insertTag == null), this is used so
3994 HTML.Tag insertTag;
3995 /** If true, the insertTag is inserted, otherwise elements after
3996 * the insertTag is found are inserted. */
3998 /** Set to true when insertTag has been found. */