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

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

- elementName (NSString)
- A string that is the name of an element.

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)