com.saxonica.schema
Class FacetListIterator

java.lang.Object
  extended bycom.saxonica.schema.FacetListIterator
All Implemented Interfaces:
java.util.Iterator

public class FacetListIterator
extends java.lang.Object
implements java.util.Iterator

A list for maintaining facets


Method Summary
 boolean hasNext()
           
 java.lang.Object next()
           
 void remove()
           
 void setMask(java.lang.String name)
          Sets the mask for this iterator.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setMask

public void setMask(java.lang.String name)
Sets the mask for this iterator. The mask is the name of the facets to enumerate.

Parameters:
name - the name of the facets to enumerate

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator

next

public java.lang.Object next()
Specified by:
next in interface java.util.Iterator

remove

public void remove()
Specified by:
remove in interface java.util.Iterator