wt.ixb.handlers.forattributes
Class ExpImpForMarkUpAttr

java.lang.Object
  extended bywt.ixb.publicforhandlers.AttributeExporterImporterTemplate
      extended bywt.ixb.handlers.forattributes.ExpImpForMarkUpAttr
All Implemented Interfaces:
AttributeExporterImporter

public class ExpImpForMarkUpAttr
extends AttributeExporterImporterTemplate


Field Summary
static Representer representer
           
static String XML_ATTR_MARKUP_CONTENT_ID
           
 
Fields inherited from class wt.ixb.publicforhandlers.AttributeExporterImporterTemplate
CONFLICT_RESOURCE
 
Constructor Summary
ExpImpForMarkUpAttr()
           
 
Method Summary
 void exportAttribute(Object obj, IxbElement fileXML, Exporter exporter)
          

Supported API: true
protected  void exportMarkupObjects(Object object, IxbElement fileXML, Exporter exporter)
           
 Object importAttribute(Object obj, IxbElement fileXML, Importer importer)
          

Supported API: true
protected  void importMarkupObjects(Object object, IxbElement fileXML, Importer importer)
           
private static void PP(String s)
           
private  boolean unzipMarkUpContent(File dir, IxbElement fileXML, Importer importer)
           
 
Methods inherited from class wt.ixb.publicforhandlers.AttributeExporterImporterTemplate
checkConflictForAttribute, finalizeCheckConflicts, finalizeExport, finalizeImport, prepareForCheckConflicts, prepareForImport
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XML_ATTR_MARKUP_CONTENT_ID

public static final String XML_ATTR_MARKUP_CONTENT_ID
See Also:
Constant Field Values

representer

public static final Representer representer
Constructor Detail

ExpImpForMarkUpAttr

public ExpImpForMarkUpAttr()
Method Detail

exportAttribute

public void exportAttribute(Object obj,
                            IxbElement fileXML,
                            Exporter exporter)
                     throws WTException
Description copied from class: AttributeExporterImporterTemplate


Supported API: true

Specified by:
exportAttribute in interface AttributeExporterImporter
Specified by:
exportAttribute in class AttributeExporterImporterTemplate
Parameters:
obj -
fileXML -
exporter -
Throws:
WTException

importAttribute

public Object importAttribute(Object obj,
                              IxbElement fileXML,
                              Importer importer)
                       throws WTException
Description copied from class: AttributeExporterImporterTemplate


Supported API: true

Specified by:
importAttribute in interface AttributeExporterImporter
Specified by:
importAttribute in class AttributeExporterImporterTemplate
Parameters:
obj -
fileXML -
importer -
Returns:
Object
Throws:
WTException

exportMarkupObjects

protected void exportMarkupObjects(Object object,
                                   IxbElement fileXML,
                                   Exporter exporter)
                            throws WTException
Throws:
WTException

importMarkupObjects

protected void importMarkupObjects(Object object,
                                   IxbElement fileXML,
                                   Importer importer)
                            throws WTException
Throws:
WTException

unzipMarkUpContent

private boolean unzipMarkUpContent(File dir,
                                   IxbElement fileXML,
                                   Importer importer)
                            throws WTException,
                                   IOException
Throws:
WTException
IOException

PP

private static void PP(String s)