Default Constructor nodeType = Node.ATTRIBUTE_NODE;
nodeType = Node.ATTRIBUTE_NODE;
Constructs an attribute.paramelement Element which owns this attributeparamprefix The QName prefix.paramlocalpart The QName localpart.paramrawname The QName rawname.paramuri The uri binding for the associated prefix.paramvalue The value of the attribute. super(prefix, localpart, rawname, uri, Node.ATTRIBUTE_NODE); this.element = element; this.value = value;
super(prefix, localpart, rawname, uri, Node.ATTRIBUTE_NODE); this.element = element; this.value = value;
return rawname;
return element;
Method getSchemaTypeInfo.returnTypeInfo return null;
return null;
return true;
return value;
sinceDOM Level 3 return false;
return false;
this.value = value;