com.saxonica.schema
Class FacetListIterator
java.lang.Object
  
com.saxonica.schema.FacetListIterator
- All Implemented Interfaces: 
 - Iterator
 
public class FacetListIterator
- extends Object
- implements Iterator
  
An iterator over a list of facets, incorporating the semantics for inheritance of facets
 from a base type
 
 
setMask
public void setMask(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 Iterator
 
 
next
public Object next()
- Specified by:
 next in interface Iterator
 
 
remove
public void remove()
- Specified by:
 remove in interface Iterator
 
 
Copyright (C) Michael H. Kay. All rights reserved.