net.datacrow.core.migration.itemexport
Class XmlWriter
java.lang.Object
net.datacrow.core.migration.itemexport.XmlBaseWriter
net.datacrow.core.migration.itemexport.XmlWriter
public class XmlWriter
- extends XmlBaseWriter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlWriter
public XmlWriter(java.lang.String filename,
java.lang.String schemaFile,
ItemExporterSettings properties)
throws java.io.IOException
- Throws:
java.io.IOException
XmlWriter
public XmlWriter(java.io.BufferedOutputStream bos,
java.lang.String filename,
java.lang.String schemaFile,
ItemExporterSettings settings)
resetIdent
public void resetIdent()
setIdent
public void setIdent(int times)
startDocument
public void startDocument()
throws java.io.IOException
- Throws:
java.io.IOException
endDocument
public void endDocument()
throws java.io.IOException
- Throws:
java.io.IOException
startEntity
public void startEntity(DcObject dco)
throws java.io.IOException
- Throws:
java.io.IOException
endEntity
public void endEntity(DcObject dco)
throws java.io.IOException
- Throws:
java.io.IOException
writeAttribute
public void writeAttribute(DcObject dco,
int field)
throws java.io.IOException
- Throws:
java.io.IOException
startRelations
public void startRelations(DcModule childModule)
throws java.io.IOException
- Throws:
java.io.IOException
endRelations
public void endRelations(DcModule childModule)
throws java.io.IOException
- Throws:
java.io.IOException