This class is not part of the public API.

Class: com.sun.org.apache.xerces.internal.dom.AttrNSImpl

  • public class AttrNSImpl
  • extends AttrImpl
AttrNSImpl inherits from AttrImpl and adds namespace support.

The qualified name is the node name, and we store localName which is also used in all queries. On the other hand we recompute the prefix when necessary.

Authors:
@author Arnaud Le Hors, IBM
@author Andy Clark, IBM
@author Ralf Pfeiffer, IBM
Misc:
@xerces.internal

Methods

Fields

  • localName

    protected String localName
    DOM2: localName.
  • namespaceURI

    protected String namespaceURI
    DOM2: Namespace URI.
  • serialVersionUID

    static final long serialVersionUID = -781906615369795414
    Serialization version.
  • xmlURI

    static final String xmlURI = "http://www.w3.org/XML/1998/namespace"
  • xmlnsURI

    static final String xmlnsURI = "http://www.w3.org/2000/xmlns/"