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

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLDocument.java2033 * (of type <code>HTMLDocument.HTMLReader.TagAction</code>)
2192 tagMap = new Hashtable<HTML.Tag, TagAction>(57);
2193 TagAction na = new TagAction();
2194 TagAction ba = new BlockAction();
2195 TagAction pa = new ParagraphAction();
2196 TagAction ca = new CharacterAction();
2197 TagAction sa = new SpecialAction();
2198 TagAction fa = new FormAction();
2199 TagAction h
2750 public class TagAction { class in class:HTMLDocument.HTMLReader
[all...]

Completed in 39 milliseconds