MonobjcMonobjc Documented Class Library
AttributeDeclarationForNameElementName Method (attrName, elementName)
NamespacesMonobjc.FoundationNSXMLDTDAttributeDeclarationForNameElementName(NSString, NSString)

Returns the DTD node representing an attribute-list declaration for a given attribute and its element.

Original signature is '- (NSXMLDTDNode *)attributeDeclarationForName:(NSString *)attrName elementName:(NSString *)elementName'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSXMLDTDNode AttributeDeclarationForNameElementName(
	NSString attrName,
	NSString elementName
)
Public Overridable Function AttributeDeclarationForNameElementName ( _
	attrName As NSString, _
	elementName As NSString _
) As NSXMLDTDNode
public:
virtual NSXMLDTDNode^ AttributeDeclarationForNameElementName(
	NSString^ attrName, 
	NSString^ elementName
)
Parameters
attrName (NSString)
A string object identifying the name of an attribute.
elementName (NSString)
A string object identifying the name of an element.
Return Value
An autoreleased NSXMLDTDNode object, or nil if there is no matching attribute-list declaration.
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)