Class AttrImpl

All Implemented Interfaces:
Attr, Node

public class AttrImpl extends NodeImpl implements Attr
This class represents a single attribute.

INTERNAL:

Usage of this class is not supported. It may be altered or removed at any time.
Version:
$Id: AttrImpl.java 982713 2010-08-05 17:54:01Z mrglavas $
Author:
Rahul Srivastava, Sun Microsystems Inc.
  • Constructor Details

    • AttrImpl

      public AttrImpl()
      Default Constructor
    • AttrImpl

      public AttrImpl(Element element, String prefix, String localpart, String rawname, String uri, String value)
      Constructs an attribute.
      Parameters:
      element - Element which owns this attribute
      prefix - The QName prefix.
      localpart - The QName localpart.
      rawname - The QName rawname.
      uri - The uri binding for the associated prefix.
      value - The value of the attribute.
  • Method Details