XmlDocument.tryGetNotation

bool tryGetNotation(string name, out XmlNotationDecl decl) const @safe nothrow

Looks up a notation by name.

Parameters

nameNotation name.
declOutput declaration.

Returns

true if found.