Searched defs:insertTag (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLDocument.java347 * @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, tru
350 getReader(int pos, int popDepth, int pushDepth, HTML.Tag insertTag) argument
375 getReader(int pos, int popDepth, int pushDepth, HTML.Tag insertTag, boolean insertInsertTag) argument
2172 HTMLReader(int offset, int popDepth, int pushDepth, HTML.Tag insertTag) argument
2185 HTMLReader(int offset, int popDepth, int pushDepth, HTML.Tag insertTag, boolean insertInsertTag, boolean insertAfterImplied, boolean wantsTrailingNewline) argument
3994 HTML.Tag insertTag; field in class:HTMLDocument.HTMLReader
[all...]
H A DHTMLEditorKit.java279 * @param insertTag the first tag to start inserting into document
285 HTML.Tag insertTag) throws
293 insertTag);
283 insertHTML(HTMLDocument doc, int offset, String html, int popDepth, int pushDepth, HTML.Tag insertTag) argument

Completed in 44 milliseconds