tomp.lxp
Class EditFactoryImpl

java.lang.Object
  extended bytomp.lxp.EditFactoryImpl
All Implemented Interfaces:
EditFactory

public class EditFactoryImpl
extends java.lang.Object
implements EditFactory


Field Summary
static EditFactory INSTANCE
           
 
Constructor Summary
EditFactoryImpl()
           
 
Method Summary
 Edit getEdit(java.lang.String editId, Edits edits, java.lang.String derivDocSystemId)
           
static EditFactory getFactory()
           
 EditTransformation newEditTransformation(java.lang.String derivDocSystemId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final EditFactory INSTANCE
Constructor Detail

EditFactoryImpl

public EditFactoryImpl()
Method Detail

getFactory

public static EditFactory getFactory()

newEditTransformation

public EditTransformation newEditTransformation(java.lang.String derivDocSystemId)
                                         throws org.xml.sax.SAXException,
                                                java.io.IOException
Throws:
org.xml.sax.SAXException
java.io.IOException

getEdit

public Edit getEdit(java.lang.String editId,
                    Edits edits,
                    java.lang.String derivDocSystemId)
             throws org.xml.sax.SAXException,
                    java.io.IOException
Specified by:
getEdit in interface EditFactory
Throws:
org.xml.sax.SAXException
java.io.IOException