Package net.sf.freecol.common.util

Interface Summary
Xml.Method  
 

Class Summary
EmptyIterator<T>  
ReplayableInputStream Wraps a InputStream and adds InputStream.mark(int) and InputStream.reset() support.
Xml A class that makes it slightly tidier to create, parse and format XML documents.
 

Exception Summary
Xml.Exception This class is defined so that exceptions thrown by methods on Xml may be filtered from other runtime exceptions such as NullPointerException if desired.