Java Platform 1.2
Beta 4

Class com.sun.java.swing.text.html.HTML.UnknownTag

java.lang.Object
  |
  +--com.sun.java.swing.text.html.HTML.Tag
        |
        +--com.sun.java.swing.text.html.HTML.UnknownTag

public static class HTML.UnknownTag
extends HTML.Tag

Fields inherited from class com.sun.java.swing.text.html.HTML.Tag
A , ADDRESS , allTags , APPLET , AREA , B , BASE , BASEFONT , BIG , BLOCKQUOTE , BODY , BR , CAPTION , CENTER , CITE , CODE , COMMENT , CONTENT , DD , DFN , DIR , DIV , DL , DT , EM , FONT , FORM , H1 , H2 , H3 , H4 , H5 , H6 , HEAD , HR , HTML , I , IMG , IMPLIED , INPUT , ISINDEX , KBD , LI , LINK , MAP , MENU , META , OBJECT , OL , OPTION , P , PARAM , PRE , SAMP , SCRIPT , SELECT , SMALL , STRIKE , STRONG , STYLE , SUB , SUP , TABLE , TD , TEXTAREA , TH , TITLE , TR , TT , U , UL , VAR
 
Constructor Summary
HTML.UnknownTag(String id)
           
 
Method Summary
 boolean equals(Object obj)
          Compares this object to the specifed object.
 int hashCode()
           
 
Methods inherited from class com.sun.java.swing.text.html.HTML.Tag
isBlock , isPreformatted , toString
 
Methods inherited from class java.lang.Object
clone , finalize , getClass , notify , notifyAll , wait , wait , wait
 

Constructor Detail

HTML.UnknownTag

public HTML.UnknownTag(String id)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Compares this object to the specifed object. The result is true if and only if the argument is not null and is a UnknownTag object with the same name.
Parameters:
obj - the object to compare this tag with.
Returns:
true if the objects are equal; false otherwise.
Overrides:
equals in class Object

Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
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.
This documentation was generated with a post-Beta4 version of Javadoc.