Class HTMLHeadingElementImpl

All Implemented Interfaces:
Cloneable, Element, EventTarget, org.w3c.dom.html.HTMLElement, org.w3c.dom.html.HTMLHeadingElement, Node, NodeList, TypeInfo

public class HTMLHeadingElementImpl extends HTMLElementImpl implements org.w3c.dom.html.HTMLHeadingElement
See Also:
  • Constructor Details

    • HTMLHeadingElementImpl

      public HTMLHeadingElementImpl(HTMLDocumentImpl owner, String name)
      Constructor requires owner document.
      Parameters:
      owner - The owner HTML document
  • Method Details

    • getAlign

      public String getAlign()
      Specified by:
      getAlign in interface org.w3c.dom.html.HTMLHeadingElement
    • setAlign

      public void setAlign(String align)
      Specified by:
      setAlign in interface org.w3c.dom.html.HTMLHeadingElement