モジュール java.desktop
パッケージ javax.swing.text.html

クラスHTMLDocument.BlockElement

すべての実装されたインタフェース:
Serializable, AttributeSet, Element, MutableAttributeSet, TreeNode
含まれているクラス:
HTMLDocument

public class HTMLDocument.BlockElement extends AbstractDocument.BranchElement
HTMLの構造ブロックを表す要素です。
  • コンストラクタの詳細

    • BlockElement

      public BlockElement(Element parent, AttributeSet a)
      最初は子を含まない、複合要素を作成します。
      パラメータ:
      parent - 親要素
      a - 要素の属性
      導入されたバージョン:
      1.4
  • メソッドの詳細