Name
notationName: DOMString
Synopsis
If this entity is unparsed, the entity's notation name. For
parsed entities, this attribute is null
.
Java binding
public String getNotationName( );
Java example
// Find out if it's a parsed entity
boolean fParsedEnt = ndEnt.getNotationName( ) = = null;