From b78c4c9726781549f2ccafabf27d06ecf3988022 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 22 Sep 2007 17:38:07 +0000 Subject: Whitespace changes svn path=/trunk/dom/; revision=3569 --- src/core/nodelist.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/nodelist.c') diff --git a/src/core/nodelist.c b/src/core/nodelist.c index b37b84e..a66ec55 100644 --- a/src/core/nodelist.c +++ b/src/core/nodelist.c @@ -55,9 +55,11 @@ struct dom_nodelist { * * If ::tagname is non-NULL, ::namespace and ::localname must be NULL and * the created list will match nodes by name + * * If ::namespace is non-NULL, ::localname must be non-NULL and * ::tagname must be NULL and the created list will match nodes by namespace * and localname + * * If ::tagname, ::namespace and ::localname are NULL, the created list * will match the children of ::root. * -- cgit v1.2.3