Microsoft SDK for Java

isAttributeQualified

This method of the ElementImpl class determines if the attribute is qualified.

Syntax

public boolean isAttributeQualified(Name attr, DTD dtd);

Return Value

Returns true if the attribute is qualified; otherwise, returns false.

Parameters

attr The name of the attribute.
dtd The Document Definition Type (DTD) that the attribute is found in.

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