Class XBLOMDefinitionElement

All Implemented Interfaces:
Serializable, AnimationTarget, XMLConstants, CSSNavigableNode, NodeEventTarget, ExtendedNode, ExtendedTraitAccess, TraitAccess, NodeXBL, XBLManagerData, CSSConstants, SVGConstants, XBLConstants, ElementTraversal, Element, EventTarget, Node, org.w3c.dom.svg.SVGElement

public class XBLOMDefinitionElement extends XBLOMElement
This class implements the xbl:definition element.
Version:
$Id: XBLOMDefinitionElement.java 1802297 2017-07-18 13:58:12Z ssteiner $
See Also:
  • Constructor Details

    • XBLOMDefinitionElement

      protected XBLOMDefinitionElement()
      Creates a new XBLOMDefinitionElement.
    • XBLOMDefinitionElement

      public XBLOMDefinitionElement(String prefix, AbstractDocument owner)
      Creates a new XBLOMDefinitionElement.
      Parameters:
      prefix - The namespace prefix.
      owner - The owner document.
  • Method Details

    • getLocalName

      public String getLocalName()
      DOM: Implements Node.getLocalName().
      Specified by:
      getLocalName in interface Node
      Overrides:
      getLocalName in class AbstractNode
    • newNode

      protected Node newNode()
      Returns a new uninitialized instance of this object's class.
      Specified by:
      newNode in class AbstractNode
    • getElementNamespaceURI

      public String getElementNamespaceURI()
      Returns the namspace URI of elements this definition will bind.
    • getElementLocalName

      public String getElementLocalName()
      Returns the local name of elements this definition will bind.