File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -201,8 +201,6 @@ do -- C14N methods
201201 end )
202202 end
203203
204-
205-
206204 local function create_xml_node_set (nodes )
207205 if (not nodes ) or # nodes == 0 then
208206 return nil
@@ -223,8 +221,6 @@ do -- C14N methods
223221 end )
224222 end
225223
226-
227-
228224 local wrap_raw_node do
229225 -- order is according to the constant value of xmlElementType enum in libxml2
230226 local type_generators = setmetatable ({
@@ -305,8 +301,6 @@ do -- C14N methods
305301 end
306302 end
307303
308-
309-
310304 --- Canonicalize an XML document or set of elements.
311305 -- @param self xmlua.Document from which to canonicalize elements
312306 -- @tparam [opt={}] array|function select array of nodes to include, or function to determine if a node should be
@@ -362,7 +356,6 @@ do -- C14N methods
362356 end
363357 return libxml2 .xmlBufferGetContent (buffer )
364358 end
365-
366359end -- end of C14N methods
367360
368361local function build_element (element , tree )
You can’t perform that action at this time.
0 commit comments