Class HTMLTableCaptionElementImpl

  • All Implemented Interfaces:
    java.lang.Cloneable, org.w3c.dom.Element, org.w3c.dom.events.EventTarget, org.w3c.dom.html.HTMLElement, org.w3c.dom.html.HTMLTableCaptionElement, org.w3c.dom.Node, org.w3c.dom.NodeList, org.w3c.dom.TypeInfo

    public class HTMLTableCaptionElementImpl
    extends HTMLElementImpl
    implements org.w3c.dom.html.HTMLTableCaptionElement
    See Also:
    HTMLTableCaptionElement, ElementImpl
    • Constructor Detail

      • HTMLTableCaptionElementImpl

        public HTMLTableCaptionElementImpl​(HTMLDocumentImpl owner,
                                           java.lang.String name)
        Constructor requires owner document.
        Parameters:
        owner - The owner HTML document
    • Method Detail

      • getAlign

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

        public void setAlign​(java.lang.String align)
        Specified by:
        setAlign in interface org.w3c.dom.html.HTMLTableCaptionElement