Microsoft SDK for Java

findNotation

This method of the DTD class retrieves the named XML notation in the DTD.

Syntax

public final Notation findNotation(Name name);

Return Value

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

Parameters

name The name of the notation.

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