Class DelegatingAttr

  • All Implemented Interfaces:
    org.w3c.dom.Attr, org.w3c.dom.Node

    public class DelegatingAttr
    extends DelegatingNode
    implements org.w3c.dom.Attr
    • Constructor Detail

      • DelegatingAttr

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

        protected DelegatingAttr​(org.w3c.dom.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 Detail

      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface org.w3c.dom.Attr
      • getSpecified

        public boolean getSpecified()
        Specified by:
        getSpecified in interface org.w3c.dom.Attr
      • getValue

        public java.lang.String getValue()
        Specified by:
        getValue in interface org.w3c.dom.Attr
      • setValue

        public void setValue​(java.lang.String value)
        Specified by:
        setValue in interface org.w3c.dom.Attr
      • getOwnerElement

        public org.w3c.dom.Element getOwnerElement()
        Specified by:
        getOwnerElement in interface org.w3c.dom.Attr
      • getSchemaTypeInfo

        public org.w3c.dom.TypeInfo getSchemaTypeInfo()
        Specified by:
        getSchemaTypeInfo in interface org.w3c.dom.Attr
      • isId

        public boolean isId()
        Specified by:
        isId in interface org.w3c.dom.Attr