Returns the DTD node representing the entity declaration for a specified entity.
Original signature is '- (NSXMLDTDNode *)entityDeclarationForName:(NSString *)entityName'
Available in Mac OS X v10.4 and later.

C# | Visual Basic | Visual C++ |
public virtual NSXMLDTDNode EntityDeclarationForName( NSString entityName )
Public Overridable Function EntityDeclarationForName ( _ entityName As NSString _ ) As NSXMLDTDNode
public: virtual NSXMLDTDNode^ EntityDeclarationForName( NSString^ entityName )

- entityName (NSString)
- A string that is the name of an entity.

An autoreleased NSXMLDTDNode object, or nil if there is no match.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)