org.archiviststoolkit.exporter
Class EADExport

java.lang.Object
  extended by org.archiviststoolkit.exporter.EADExport

public class EADExport
extends java.lang.Object


Field Summary
static int aa
           
static boolean includeDaos
           
static int levelC
           
static boolean numberedCs
           
static ObjectFactory ob
           
static boolean suppressElements
           
 
Constructor Summary
EADExport()
           
 
Method Summary
 org.w3c.dom.Element buildElementArchDesc(org.w3c.dom.Document dom)
           
 org.w3c.dom.Element buildElementEAD(org.w3c.dom.Document dom)
           
 org.w3c.dom.Element buildElementEADHeader(org.w3c.dom.Document dom)
           
 Ead convertResourceToEadElement(Resources resource, InfiniteProgressPanel progressPanel, boolean internalOnly, boolean numberedCs, boolean includeDaos)
           
 void convertResourceToFile(Resources resource, java.io.File file, InfiniteProgressPanel progressPanel, boolean internalOnly, boolean numberedCs, boolean includeDaos)
           
 java.lang.String convertResourceToXML(Resources resource, InfiniteProgressPanel progressPanel, boolean internalOnly, boolean includeDaos, boolean suppressNameSpace)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

aa

public static int aa

levelC

public static int levelC

numberedCs

public static boolean numberedCs

suppressElements

public static boolean suppressElements

includeDaos

public static boolean includeDaos

ob

public static ObjectFactory ob
Constructor Detail

EADExport

public EADExport()
Method Detail

convertResourceToXML

public java.lang.String convertResourceToXML(Resources resource,
                                             InfiniteProgressPanel progressPanel,
                                             boolean internalOnly,
                                             boolean includeDaos,
                                             boolean suppressNameSpace)

convertResourceToFile

public void convertResourceToFile(Resources resource,
                                  java.io.File file,
                                  InfiniteProgressPanel progressPanel,
                                  boolean internalOnly,
                                  boolean numberedCs,
                                  boolean includeDaos)
                           throws java.lang.Exception
Throws:
java.lang.Exception

convertResourceToEadElement

public Ead convertResourceToEadElement(Resources resource,
                                       InfiniteProgressPanel progressPanel,
                                       boolean internalOnly,
                                       boolean numberedCs,
                                       boolean includeDaos)

buildElementEAD

public org.w3c.dom.Element buildElementEAD(org.w3c.dom.Document dom)

buildElementEADHeader

public org.w3c.dom.Element buildElementEADHeader(org.w3c.dom.Document dom)

buildElementArchDesc

public org.w3c.dom.Element buildElementArchDesc(org.w3c.dom.Document dom)