java.lang.Object
com.japisoft.editix.editor.jsx.domapi.Node
com.japisoft.editix.editor.jsx.domapi.Attr

public class Attr
extends Node
The Attr interface represents one of an element's attributes as an object. In most situations, you will directly retrieve the attribute value as a string (e.g., Element.getAttribute()), but certain functions (e.g., Element.getAttributeNode()) or means of iterating return Attr instances.
  • Field Details

  • Constructor Details

    • Attr

      public Attr​(Document owner, org.w3c.dom.Node node)
    • Attr

      public Attr​(Element ownerElement, org.w3c.dom.Node node)