Microsoft SDK for Java

getTagName

This method of the Entity class retrieves the tag name from an external (system) or internal entity declaration.

Syntax

public Name getTagName();

Return Value

If the boolean sys variable is true, returns the tag name for an external entity declaration. Otherwise, returns the tag name for an internal entity declaration.

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