19 package org.openoffice.xmerge.merger.merge;
21 import org.w3c.dom.Node;
22 import org.w3c.dom.NodeList;
65 NodeList children = node.getChildNodes();
66 int numOfChildren = children.getLength();
72 for (
int i = 0;
i < numOfChildren;
i++) {
Utility methods to handle sheet XML tree.
This is an implementation of the.
void removeNode(Node node)
Remove specified.
void clearRow(Node node)
Clear the row corresponding to the.
static void emptyCell(ConverterCapabilities cc, Node node)
Empty the content of a cell value.
ConverterCapabilities cc_
The capabilities of this converter.
This is an interface for a MergeAlgorithm to merge two.
Provides interfaces for converting between two.
SheetMerge(ConverterCapabilities cc, NodeMergeAlgorithm merge)
Constructor.