API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.text.html. HTML View Source
Author(s)
Timothy Prinzing
Sunita Mani
Since
Version
1.43 11/17/05
Serial
Hierarchy
 Object
      HTML
Implements
Subclasses
Description
public class HTML
  Constants used in the HTMLDocument.
See also:   
Constructors
public HTML ()
Methods
Hide/Show inherited methods
publicstatic Attribute getAllAttributeKeys ()
  Returns the set of HTML attributes recognized.
publicstatic Tag getAllTags ()
  Returns the set of actual HTML tags that are recognized by the default HTML reader.
publicstatic Attribute getAttributeKey (String attName)
  Fetches an attribute constant for a well-known attribute name (i.e.
publicstatic int getIntegerAttributeValue (AttributeSet attr, Attribute key, int def)
  Fetches an integer attribute value.
publicstatic Tag getTag (String tagName)
  Fetches a tag constant for a well-known tag name (i.e.
pack-privatestatic Tag getTagForStyleConstantsKey (StyleConstants sc)
  Returns the HTML Tag associated with the StyleConstants key sc.
Fields
Hide/Show inherited fields
publicfinalstatic String NULL_ATTRIBUTE_VALUE = "#DEFAULT"
Nested Classes
  HTML.Tag
Typesafe enumeration for an HTML tag.
  HTML.UnknownTag
  HTML.Attribute
Typesafe enumeration representing an HTML attribute.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar