Class HTMLHRElementImpl

java.lang.Object
org.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
org.apache.html.dom.HTMLElementImpl
org.apache.html.dom.HTMLHRElementImpl
All Implemented Interfaces:
Serializable, Cloneable, Element, ElementTraversal, EventTarget, org.w3c.dom.html.HTMLElement, org.w3c.dom.html.HTMLHRElement, Node, NodeList, TypeInfo

public class HTMLHRElementImpl extends HTMLElementImpl implements org.w3c.dom.html.HTMLHRElement

INTERNAL:

Usage of this class is not supported. It may be altered or removed at any time.
Version:
$Revision: 1029415 $ $Date: 2010-10-31 22:32:22 +0530 (Sun, 31 Oct 2010) $
Author:
Assaf Arkin
See Also:
  • Constructor Details

    • HTMLHRElementImpl

      public HTMLHRElementImpl(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.HTMLHRElement
    • setAlign

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

      public boolean getNoShade()
      Specified by:
      getNoShade in interface org.w3c.dom.html.HTMLHRElement
    • setNoShade

      public void setNoShade(boolean noShade)
      Specified by:
      setNoShade in interface org.w3c.dom.html.HTMLHRElement
    • getSize

      public String getSize()
      Specified by:
      getSize in interface org.w3c.dom.html.HTMLHRElement
    • setSize

      public void setSize(String size)
      Specified by:
      setSize in interface org.w3c.dom.html.HTMLHRElement
    • getWidth

      public String getWidth()
      Specified by:
      getWidth in interface org.w3c.dom.html.HTMLHRElement
    • setWidth

      public void setWidth(String width)
      Specified by:
      setWidth in interface org.w3c.dom.html.HTMLHRElement