net.sf.jdiskcatalog.io
Class XmlWriter

java.lang.Object
  extended by net.sf.jdiskcatalog.io.XmlWriter
All Implemented Interfaces:
DocumentWriter

public class XmlWriter
extends java.lang.Object
implements DocumentWriter


Field Summary
static java.lang.String COLLECTION_TAG
           
static java.lang.String DIRECTORY_TAG
           
static java.lang.String DISK_TAG
           
static java.lang.String DOCUMENT_TAG
           
static org.xml.sax.Attributes EMPTY_ATTS
           
static java.lang.String FILE_TAG
           
static java.lang.String NAME_ATTRIBUTE
           
static java.lang.String NSU
           
static java.lang.String PROPERTY_TAG
           
 
Constructor Summary
XmlWriter()
           
 
Method Summary
 void write(Document document, java.io.OutputStream stream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DOCUMENT_TAG

public static final java.lang.String DOCUMENT_TAG
See Also:
Constant Field Values

COLLECTION_TAG

public static final java.lang.String COLLECTION_TAG
See Also:
Constant Field Values

DISK_TAG

public static final java.lang.String DISK_TAG
See Also:
Constant Field Values

DIRECTORY_TAG

public static final java.lang.String DIRECTORY_TAG
See Also:
Constant Field Values

FILE_TAG

public static final java.lang.String FILE_TAG
See Also:
Constant Field Values

PROPERTY_TAG

public static final java.lang.String PROPERTY_TAG
See Also:
Constant Field Values

NAME_ATTRIBUTE

public static final java.lang.String NAME_ATTRIBUTE
See Also:
Constant Field Values

NSU

public static final java.lang.String NSU
See Also:
Constant Field Values

EMPTY_ATTS

public static final org.xml.sax.Attributes EMPTY_ATTS
Constructor Detail

XmlWriter

public XmlWriter()
Method Detail

write

public void write(Document document,
                  java.io.OutputStream stream)
           throws java.io.IOException
Specified by:
write in interface DocumentWriter
Throws:
java.io.IOException


Copyright © 2007. All Rights Reserved.