net.datacrow.core.migration.itemexport
Class XmlSchemaWriter

java.lang.Object
  extended by net.datacrow.core.migration.itemexport.XmlBaseWriter
      extended by net.datacrow.core.migration.itemexport.XmlSchemaWriter

public class XmlSchemaWriter
extends XmlBaseWriter

Author:
Robert Jan van der Waals

Field Summary
 
Fields inherited from class net.datacrow.core.migration.itemexport.XmlBaseWriter
bos, uberTag
 
Constructor Summary
XmlSchemaWriter(java.lang.String filename)
           
 
Method Summary
 void create(DcObject dco)
           
 int[] getFields()
           
 void setFields(int[] fields)
           
 
Methods inherited from class net.datacrow.core.migration.itemexport.XmlBaseWriter
getValidTag, newLine, writeLine, writeTag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlSchemaWriter

public XmlSchemaWriter(java.lang.String filename)
                throws java.io.IOException
Throws:
java.io.IOException
Method Detail

create

public void create(DcObject dco)
            throws java.io.IOException
Throws:
java.io.IOException

getFields

public int[] getFields()

setFields

public void setFields(int[] fields)