Microsoft SDK for Java

removeAttribute

This method of the Element interface contains the following signatures:

removeAttribute(String name)
removeAttribute(Name name)

removeAttribute(String name)

Deletes an attribute from an element.

Syntax

public void removeAttribute(String name);

Parameters

name The attribute to delete.

removeAttribute(Name name)

Deletes an attribute from an element.

Syntax

public void removeAttribute(Name name);

Parameters

name The attribute to delete.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.