fop 0.90alpha1

org.apache.fop.fo
Class NullCharIterator

java.lang.Object
  |
  +--org.apache.fop.fo.CharIterator
        |
        +--org.apache.fop.fo.NullCharIterator
All Implemented Interfaces:
java.lang.Cloneable, java.util.Iterator

public class NullCharIterator
extends CharIterator

Class providing an iterator for zero characters. Used by the Block FO.


Constructor Summary
NullCharIterator()
          Constructor
 
Method Summary
static CharIterator getInstance()
           
 boolean hasNext()
           
 char nextChar()
           
 
Methods inherited from class org.apache.fop.fo.CharIterator
clone, next, remove, replaceChar
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullCharIterator

public NullCharIterator()
Constructor
Method Detail

getInstance

public static CharIterator getInstance()

hasNext

public boolean hasNext()
Overrides:
hasNext in class CharIterator
See Also:
Iterator.hasNext()

nextChar

public char nextChar()
              throws java.util.NoSuchElementException
Overrides:
nextChar in class CharIterator
See Also:
CharIterator.nextChar()

fop 0.90alpha1

Copyright 1999-2005 The Apache Software Foundation. All Rights Reserved.