You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -26,15 +29,17 @@ public interface ICustomNodeConverter
26
29
/// <param name="parent">The parent of the node.</param>
27
30
/// <param name="classes">The list of classes which correspond to the node.</param>
28
31
/// <param name="logger">The logger used to output messages.</param>
32
+
/// <param name="defaultHandler">The default method which creates a node from an element. Should be called to resolve nodes for wrapped inner nodes.</param>
29
33
/// <param name="node">[out] The node for the xml element.</param>
30
34
/// <returns>True if a node was created, otherwise false.</returns>
/// <summary>Creates a xml element from the node. This method gets only called if <see cref="CanHandleNode(BaseNode)"/> returned true.</summary>
34
38
/// <param name="node">The node to create the xml element from.</param>
35
39
/// <param name="logger">The logger used to output messages.</param>
40
+
/// <param name="defaultHandler">The default method which creates an element for a node. Should be called to resolve elements for wrapped inner nodes.</param>
36
41
/// <returns>The xml element for the node.</returns>
0 commit comments