Table of Contents

Property NotationName

Namespace
SharpVectors.Dom
Assembly
SharpVectors.Core.dll

NotationName

Gets the name of the optional NDATA attribute on the entity declaration.

For unparsed entities, the name of the notation for the entity. For parsed entities, this is null.
string NotationName { get; }

Property Value

string

The name of the NDATA attribute. If there is no NDATA, null is returned.