MonobjcMonobjc Documented Class Library
PredefinedEntityDeclarationForName Method (name)
NamespacesMonobjc.FoundationNSXMLDTDPredefinedEntityDeclarationForName(NSString)

Returns a DTD node representing the predefined entity declaration with the specified name.

Original signature is '+ (NSXMLDTDNode *)predefinedEntityDeclarationForName:(NSString *)name'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSXMLDTDNode PredefinedEntityDeclarationForName(
	NSString name
)
Public Shared Function PredefinedEntityDeclarationForName ( _
	name As NSString _
) As NSXMLDTDNode
public:
static NSXMLDTDNode^ PredefinedEntityDeclarationForName(
	NSString^ name
)
Parameters
name (NSString)
A string identifying a predefined entity declaration.
Return Value
An autoreleased NSXMLDTDNode object, or nil if there is no match for name.
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)