Microsoft SDK for Java

findEntity

This method of the DTD class finds a named entity in the DTD.

Syntax

public final Entity findEntity(Name n);

Return Value

Returns the specified Entity object; returns null if it is not found.

Parameters

n The name of the entity.

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