wt.ixb.handlers.forattributes
Class ExpImpForMarkUpAttr
java.lang.Object
wt.ixb.publicforhandlers.AttributeExporterImporterTemplate
wt.ixb.handlers.forattributes.ExpImpForMarkUpAttr
- All Implemented Interfaces:
- AttributeExporterImporter
- public class ExpImpForMarkUpAttr
- extends AttributeExporterImporterTemplate
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
ExpImpForMarkUpAttr
public ExpImpForMarkUpAttr()
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)