MonobjcMonobjc Documented Class Library
CanonicalXMLStringPreservingComments Method (comments)
NamespacesMonobjc.FoundationNSXMLNodeCanonicalXMLStringPreservingComments(Boolean)

Returns a string object encapsulating the receiver’s XML in canonical form.

Original signature is '- (NSString *)canonicalXMLStringPreservingComments:(BOOL)comments'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSString CanonicalXMLStringPreservingComments(
	bool comments
)
Public Overridable Function CanonicalXMLStringPreservingComments ( _
	comments As Boolean _
) As NSString
public:
virtual NSString^ CanonicalXMLStringPreservingComments(
	bool comments
)
Parameters
comments (Boolean)
YES to preserve comments, NO otherwise.
Return Value

[Missing <returns> documentation for "M:Monobjc.Foundation.NSXMLNode.CanonicalXMLStringPreservingComments(System.Boolean)"]

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)