Swing 1.1.1
Beta2

javax.swing.text.html
Class HTMLDocument.HTMLReader.MetaAction

java.lang.Object
  |
  +--javax.swing.text.html.HTMLDocument.HTMLReader.TagAction
        |
        +--javax.swing.text.html.HTMLDocument.HTMLReader.HiddenAction
              |
              +--javax.swing.text.html.HTMLDocument.HTMLReader.MetaAction

public class HTMLDocument.HTMLReader.MetaAction
extends HTMLDocument.HTMLReader.HiddenAction

Subclass of HiddenAction to set the content type for style sheets, and to set the name of the default style sheet.


Constructor Summary
HTMLDocument.HTMLReader.MetaAction()
           
 
Method Summary
protected  boolean isEmpty(HTML.Tag t)
           
 void start(HTML.Tag t, MutableAttributeSet a)
           
 
Methods inherited from class javax.swing.text.html.HTMLDocument.HTMLReader.HiddenAction
end
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLDocument.HTMLReader.MetaAction

public HTMLDocument.HTMLReader.MetaAction()
Method Detail

start

public void start(HTML.Tag t,
                  MutableAttributeSet a)
Overrides:
start in class HTMLDocument.HTMLReader.HiddenAction

isEmpty

protected boolean isEmpty(HTML.Tag t)
Overrides:
isEmpty in class HTMLDocument.HTMLReader.HiddenAction

Swing 1.1.1
Beta2

Submit a bug or feature
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.