Class DelegatingAttr

java.lang.Object
uk.ac.starlink.votable.dom.DelegatingNode
uk.ac.starlink.votable.dom.DelegatingAttr
All Implemented Interfaces:
Attr, Node

public class DelegatingAttr extends DelegatingNode implements Attr
  • Constructor Details

    • DelegatingAttr

      protected DelegatingAttr(Attr base, DelegatingDocument doc)
      Constructor.
      Parameters:
      base - base node
      doc - owner document
    • DelegatingAttr

      protected DelegatingAttr(Attr base, DelegatingDocument doc, boolean isId)
      Constructs a DelegatingAttr with information about whether it is an ID-type attribute or not. This information is only used at DOM Level 3 (J2SE1.5), when it is used as the result of the isId() method.
      Parameters:
      base - base node
      doc - owner document
      isId - whether it will be an ID type attribute
  • Method Details