org.specrunner.source
Interface IDocumentLoader


public interface IDocumentLoader

A document loader interface.

Author:
Thiago Santos

Method Summary
 nu.xom.Document load()
          Load a document.
 

Method Detail

load

nu.xom.Document load()
                     throws SourceException
Load a document. The object which implements this interface must have all information to load the document.

Returns:
The document loaded.
Throws:
SourceException - On loading problems.


Copyright © 2014. All rights reserved.