com.nonesole.persistence.file.xml
Class XMLOperation

java.lang.Object
  extended by com.nonesole.persistence.file.AbstractFilesOperation
      extended by com.nonesole.persistence.file.xml.XMLOperation
All Implemented Interfaces:
IFileOperations

public class XMLOperation
extends AbstractFilesOperation

XML object operation

Version:
1.0 - build in 2009-07-26
Author:
JACK LEE

Constructor Summary
XMLOperation()
           
 
Method Summary
static XMLOperation getInstance()
           
 
Methods inherited from class com.nonesole.persistence.file.AbstractFilesOperation
batchDelete, batchInsert, batchUpdate, delete, insert, query, update
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLOperation

public XMLOperation()
Method Detail

getInstance

public static XMLOperation getInstance()