19package org.openoffice.xmerge.merger.diff;
21import org.w3c.dom.Node;
64 String nodeName = node.getNodeName();
65 return node.getNodeType() == Node.ELEMENT_NODE &&
This is an implementation of the Iterator interface.
This is an implementation of the Iterator interface.
boolean nodeSupported(Node node)
Overwrite the parent nodeSupported method.
ParaNodeIterator(ConverterCapabilities cc, Node node)
Standard constructor.
A ConverterCapabilities object is used by DocumentMerger implementations.
This interface contains constants for StarOffice XML tags, attributes (StarCalc cell types,...
String TAG_PARAGRAPH
Element tag for text:p.
String TAG_HEADING
Element tag for text:h.
Document and PluginFactory implementations for XML based formats.
Provides interfaces for converting between two Document formats, and supports a "merge" interface for...