Module java.desktop

Class HTML.UnknownTag

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
Class represents unknown HTML tag.
  • Constructor Details

    • UnknownTag

      public UnknownTag​(String id)
      Creates a new UnknownTag with the specified id.
      Parameters:
      id - the id of the new tag
  • Method Details