common-util

local.tomas.common.xml
Interface XMLSource


public interface XMLSource

Source for XML serializer.

Author:
tomas

Method Summary
 void close()
          Close source afer all items have been read.
 XMLSourceItem next()
          Get item from source
 

Method Detail

next

XMLSourceItem next()
                   throws XMLException
Get item from source

Returns:
the item or null if no more items
Throws:
XMLException

close

void close()
           throws XMLException
Close source afer all items have been read.

Throws:
XMLException

common-util

Copyright © 2007 null. All Rights Reserved.