The Attr interface contains methods and properties that apply to an XML element object.
The nodeType value is 2.
| Name | Description | 
|---|---|
| baseURI | Attribute that returns absolute URI address. | 
| isID | Attribute that returns TRUE if the attribute is of type 'id'. | 
| localName | Attribute that returns the local part of an attribute. | 
| schemeTypeInfo | Attribute that returns the type information of an attribute. | 
| textContent | Attribute that sets or returns the content of a 'text' attribute. | 
| value | Attribute that sets or returns the value of an attribute. | 
 
					 
			 
			
Comments
No comments have been made yet.
Please login to leave a comment. Login now