OpenOffice.org
XMerge API

Uses of Interface
org.openoffice.xmerge.ConverterCapabilities

Packages that use ConverterCapabilities
org.openoffice.xmerge.converter.xml.sxc Provides base implementation of StarCalc XML conversion to and from different "Device" Document formats. 
org.openoffice.xmerge.converter.xml.sxc.pexcel Provides the tools for doing the conversion of StarWriter XML to and from Pocket Excel format. 
org.openoffice.xmerge.converter.xml.sxw.aportisdoc Provides the tools for doing the conversion of StarWriter XML to and from AportisDoc format. 
org.openoffice.xmerge.converter.xml.sxw.pocketword Plugin for the conversion of documents between StarWriter XML and Pocket Word format. 
org.openoffice.xmerge.converter.xml.xslt Provides the tools for doing the conversion of StarWriter XML to and from supported formats, through the use of an XSLT transformation. 
org.openoffice.xmerge.merger.diff Provides implementations for the Iterator interface and related support classes. 
org.openoffice.xmerge.merger.merge Provides implementations for the MergeAlgorithm interface, the NodeMergeAlgorithm interface, and related support classes. 
 

Uses of ConverterCapabilities in org.openoffice.xmerge.converter.xml.sxc
 

Constructors in org.openoffice.xmerge.converter.xml.sxc with parameters of type ConverterCapabilities
DocumentMergerImpl(Document doc, ConverterCapabilities cc)
          Constructor
 

Uses of ConverterCapabilities in org.openoffice.xmerge.converter.xml.sxc.pexcel
 

Classes in org.openoffice.xmerge.converter.xml.sxc.pexcel that implement ConverterCapabilities
 class ConverterCapabilitiesImpl
          Pocket Excel implementation of ConverterCapabilities for the PluginFactoryImpl.
 

Uses of ConverterCapabilities in org.openoffice.xmerge.converter.xml.sxw.aportisdoc
 

Constructors in org.openoffice.xmerge.converter.xml.sxw.aportisdoc with parameters of type ConverterCapabilities
DocumentMergerImpl(Document doc, ConverterCapabilities cc)
           
 

Uses of ConverterCapabilities in org.openoffice.xmerge.converter.xml.sxw.pocketword
 

Constructors in org.openoffice.xmerge.converter.xml.sxw.pocketword with parameters of type ConverterCapabilities
DocumentMergerImpl(Document doc, ConverterCapabilities cc)
           
 

Uses of ConverterCapabilities in org.openoffice.xmerge.converter.xml.xslt
 

Constructors in org.openoffice.xmerge.converter.xml.xslt with parameters of type ConverterCapabilities
DocumentMergerImpl(Document doc, ConverterCapabilities cc)
           
 

Uses of ConverterCapabilities in org.openoffice.xmerge.merger.diff
 

Constructors in org.openoffice.xmerge.merger.diff with parameters of type ConverterCapabilities
NodeIterator(ConverterCapabilities cc, org.w3c.dom.Node node)
          Standard constructor.
RowIterator(ConverterCapabilities cc, org.w3c.dom.Node node)
          Standard constructor.
ParaNodeIterator(ConverterCapabilities cc, org.w3c.dom.Node node)
          Standard constructor.
CellNodeIterator(ConverterCapabilities cc, org.w3c.dom.Node node)
          The standard constructor.
 

Uses of ConverterCapabilities in org.openoffice.xmerge.merger.merge
 

Fields in org.openoffice.xmerge.merger.merge declared as ConverterCapabilities
protected  ConverterCapabilities DocumentMerge.cc_
          The capabilities of this converter.
 

Methods in org.openoffice.xmerge.merger.merge with parameters of type ConverterCapabilities
static void SheetUtil.emptyCell(ConverterCapabilities cc, org.w3c.dom.Node node)
          Empty the content of a cell value.
 

Constructors in org.openoffice.xmerge.merger.merge with parameters of type ConverterCapabilities
DocumentMerge(ConverterCapabilities cc, NodeMergeAlgorithm merge)
          Constructor
SheetMerge(ConverterCapabilities cc, NodeMergeAlgorithm merge)
          Constructor.
PositionBaseRowMerge(ConverterCapabilities cc)
          Constructor.
 


OpenOffice.org
XMerge API

Copyright © 2002 OpenOffice.org