MonobjcMonobjc Documented Class Library
EntityDeclarationForName Method (entityName)
NamespacesMonobjc.FoundationNSXMLDTDEntityDeclarationForName(NSString)

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.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSXMLDTDNode EntityDeclarationForName(
	NSString entityName
)
Public Overridable Function EntityDeclarationForName ( _
	entityName As NSString _
) As NSXMLDTDNode
public:
virtual NSXMLDTDNode^ EntityDeclarationForName(
	NSString^ entityName
)
Parameters
entityName (NSString)
A string that is the name of an entity.
Return Value
An autoreleased NSXMLDTDNode object, or nil if there is no match.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)