Microsoft SDK for Java

nextElement

This method of the ElementEnumeration class retrieves the next matching element.

Syntax

public Object nextElement();

Return Value

Returns Element or null if there are no more matching elements.

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