MonobjcMonobjc Documented Class Library
NotationDeclarationForName Method (notationName)
NamespacesMonobjc.FoundationNSXMLDTDNotationDeclarationForName(NSString)

Returns the DTD node representing the notation declaration identified by the specified notation name.

Original signature is '- (NSXMLDTDNode *)notationDeclarationForName:(NSString *)notationName'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSXMLDTDNode NotationDeclarationForName(
	NSString notationName
)
Public Overridable Function NotationDeclarationForName ( _
	notationName As NSString _
) As NSXMLDTDNode
public:
virtual NSXMLDTDNode^ NotationDeclarationForName(
	NSString^ notationName
)
Parameters
notationName (NSString)
A string that is the name of a notation.
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)