Class XBLOMImportElement

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 XBLOMImportElement extends XBLOMElement
This class implements the xbl:import element.
See Also:
  • Constructor Details

    • XBLOMImportElement

      protected XBLOMImportElement()
      Creates a new XBLOMImportElement.
    • XBLOMImportElement

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