Microsoft SDK for Java

getTagName

This method of the Element interface retrieves the name of the tag as a string. The string will be in uppercase.

Syntax

public Name getTagName();

Return Value

Returns the tag name or null for DATA and PCDATA elements.

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