Microsoft SDK for Java

DhElement.getDOMAttributeString

Retrieves a string attribute, given the name of the attribute according to the Document Object Model (DOM) of Dynamic HTML.

Syntax

public String getDOMAttributeString( String strAttr )

Parameters

StrAttr

The string identifier of the attribute to retrieve.

Return Value

Returns the value of the attribute.

Remarks

Calling this method directly is not part of the normal operation using this package. You should call specific attribute methods directly on the element.

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