org.exolab.castor.xml.util
class XCDEnumerator extends Object implements ClassDescriptorEnumeration
Version: $Revision: 1.2 $ $Date: 2003/03/19 08:13:28 $
Nested Class Summary | |
---|---|
class | XCDEnumerator.Entry |
Constructor Summary | |
---|---|
XCDEnumerator()
Creates an XCDEnumerator
|
Method Summary | |
---|---|
protected void | add(XMLClassDescriptor classDesc)
Adds the given XMLClassDescriptor to this XCDEnumerator
|
XMLClassDescriptor | getNext()
Returns the next XMLClassDescriptor in this enumeration.
|
boolean | hasNext()
Returns true if there are more XMLClassDescriptors
available.
|
Returns: the next XMLClassDescriptor in this enumeration.
Returns: true if more XMLClassDescriptors exist within this enumeration.