- java.lang.Object
-
- javax.swing.text.html.HTML.Tag
-
- javax.swing.text.html.HTML.UnknownTag
-
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- HTML
public static class HTML.UnknownTag extends HTML.Tag implements Serializable
-
-
Field Summary
-
Fields inherited from class javax.swing.text.html.HTML.Tag
A, ADDRESS, APPLET, AREA, B, BASE, BASEFONT, BIG, BLOCKQUOTE, BODY, BR, CAPTION, CENTER, CITE, CODE, COMMENT, CONTENT, DD, DFN, DIR, DIV, DL, DT, EM, FONT, FORM, FRAME, FRAMESET, H1, H2, H3, H4, H5, H6, HEAD, HR, HTML, I, IMG, IMPLIED, INPUT, ISINDEX, KBD, LI, LINK, MAP, MENU, META, NOFRAMES, OBJECT, OL, OPTION, P, PARAM, PRE, S, SAMP, SCRIPT, SELECT, SMALL, SPAN, STRIKE, STRONG, STYLE, SUB, SUP, TABLE, TD, TEXTAREA, TH, TITLE, TR, TT, U, UL, VAR
-
-
Constructor Summary
Constructors Constructor and Description HTML.UnknownTag(String id)
Creates a newUnknownTag
with the specifiedid
.
-
Method Summary
Methods Modifier and Type Method and Description boolean
equals(Object obj)
Compares this object to the specifed object.int
hashCode()
Returns the hash code which corresponds to the string for this tag.-
Methods inherited from class javax.swing.text.html.HTML.Tag
breaksFlow, isBlock, isPreformatted, toString
-
-
-
-
Constructor Detail
-
HTML.UnknownTag
public HTML.UnknownTag(String id)
Creates a newUnknownTag
with the specifiedid
.- Parameters:
id
- the id of the new tag
-
-
Method Detail
-
hashCode
public int hashCode()
Returns the hash code which corresponds to the string for this tag.- Overrides:
hashCode
in classObject
- Returns:
- a hash code value for this object.
- See Also:
Object.equals(java.lang.Object)
,System.identityHashCode(java.lang.Object)
-
equals
public boolean equals(Object obj)
Compares this object to the specifed object. The result istrue
if and only if the argument is notnull
and is anUnknownTag
object with the same name.- Overrides:
equals
in classObject
- Parameters:
obj
- the object to compare this tag with- Returns:
true
if the objects are equal;false
otherwise- See Also:
Object.hashCode()
,HashMap
-
-
Traduction non disponible
Les API Java ne sont pas encore traduites en français sur l'infobrol. Seule la version anglaise est disponible pour l'instant.
Version en cache
06/11/2024 02:56:46 Cette version de la page est en cache (à la date du 06/11/2024 02:56:46) afin d'accélérer le traitement. Vous pouvez activer le mode utilisateur dans le menu en haut pour afficher la dernère version de la page.Document créé le 01/09/2006, dernière modification le 04/03/2020
Source du document imprimé : https://www.gaudry.be/java-api-rf-javax/swing/text/html/HTML.UnknownTag.html
L'infobrol est un site personnel dont le contenu n'engage que moi. Le texte est mis à disposition sous licence CreativeCommons(BY-NC-SA). Plus d'info sur les conditions d'utilisation et sur l'auteur.
Références
Ces références et liens indiquent des documents consultés lors de la rédaction de cette page, ou qui peuvent apporter un complément d'information, mais les auteurs de ces sources ne peuvent être tenus responsables du contenu de cette page.
L'auteur de ce site est seul responsable de la manière dont sont présentés ici les différents concepts, et des libertés qui sont prises avec les ouvrages de référence. N'oubliez pas que vous devez croiser les informations de sources multiples afin de diminuer les risques d'erreurs.