MonobjcMonobjc Documented Class Library
DTDNodeWithXMLString Method (string)
NamespacesMonobjc.FoundationNSXMLNodeDTDNodeWithXMLString(NSString)

Returns a NSXMLDTDNode object representing the DTD declaration for an element, attribute, entity, or notation based on a given string.

Original signature is '+ (id)DTDNodeWithXMLString:(NSString *)string'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static Id DTDNodeWithXMLString(
	NSString string
)
Public Shared Function DTDNodeWithXMLString ( _
	string As NSString _
) As Id
public:
static Id^ DTDNodeWithXMLString(
	NSString^ string
)
Parameters
string (NSString)
A string that is a DTD declaration. The receiver parses this string to determine the kind of DTD node to create.
Return Value
An NSXMLDTDNode object representing the DTD declaration or nil if the object couldn't be created.
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)