Searched defs:handleStartTag (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/html/parser/
H A DDocumentParser.java47 * <ol><li><i>handleStartTag(html, ...)</i></li>
48 * <li><i>handleStartTag(head, ...)</i></li>
50 * <li><i>handleStartTag(body, ...)</i></li>
51 * <li>handleStartTag(p, ...)</i></li>
130 protected void handleStartTag(TagElement tag) { method in class:DocumentParser
157 callback.handleStartTag(tag.getHTMLTag(), attrs,
160 callback.handleStartTag(tag.getHTMLTag(), getAttributes(),
H A DParser.java298 protected void handleStartTag(TagElement tag) { method in class:Parser
432 handleStartTag(tag);
437 handleStartTag(tag);
/openjdk7/jdk/test/javax/swing/text/html/parser/Parser/7165725/
H A Dbug7165725.java286 public void handleStartTag(HTML.Tag t, MutableAttributeSet a, int pos) { method in class:bug7165725.SBParserCallback
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLDocument.java2581 public void handleStartTag(HTML.Tag t, MutableAttributeSet a, int pos) { method in class:HTMLDocument.HTMLReader
H A DHTMLEditorKit.java1011 public void handleStartTag(HTML.Tag t, MutableAttributeSet a, int pos) { method in class:HTMLEditorKit.ParserCallback

Completed in 43 milliseconds