ModeShape Distribution 3.0.0.CR1

org.infinispan.schematic.document
Interface DocumentSequence


public interface DocumentSequence

An abstraction of a sequence of 0 or more Document instances.


Method Summary
 Document nextDocument()
          Get the next document.
 

Method Detail

nextDocument

Document nextDocument()
                      throws ParsingException
Get the next document.

Returns:
the next document, or null if there are no more
Throws:
ParsingException - if there was a problem reading from the stream

ModeShape Distribution 3.0.0.CR1

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.