MonobjcMonobjc Documented Class Library
SetStringValueResolvingEntities Method (string, resolve)
NamespacesMonobjc.FoundationNSXMLNodeSetStringValueResolvingEntities(NSString, Boolean)

Sets the content of the receiver as a string value and, optionally, resolves character references, predefined entities, and user-defined entities as declared in the associated DTD.

Original signature is '- (void)setStringValue:(NSString *)string resolvingEntities:(BOOL)resolve'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetStringValueResolvingEntities(
	NSString string,
	bool resolve
)
Public Overridable Sub SetStringValueResolvingEntities ( _
	string As NSString, _
	resolve As Boolean _
)
public:
virtual void SetStringValueResolvingEntities(
	NSString^ string, 
	bool resolve
)
Parameters
string (NSString)
A string to assign as the value of the receiver.
resolve (Boolean)
YES to resolve character references, predefined entities, and user-defined entities as declared in the associated DTD; NO otherwise. Namespace and processing-instruction nodes have their entities resolved even if resolve is NO.
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)