Package org.apache.xmlbeans.impl.tool
Class XMLBean.ErrorLogger
- java.lang.Object
-
- java.util.AbstractCollection
-
- org.apache.xmlbeans.impl.tool.XMLBean.ErrorLogger
-
- All Implemented Interfaces:
java.lang.Iterable,java.util.Collection
- Enclosing class:
- XMLBean
public class XMLBean.ErrorLogger extends java.util.AbstractCollection
-
-
Constructor Summary
Constructors Constructor Description ErrorLogger(boolean noisy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanadd(java.lang.Object o)java.util.Iteratoriterator()intsize()-
Methods inherited from class java.util.AbstractCollection
addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
add
public boolean add(java.lang.Object o)
- Specified by:
addin interfacejava.util.Collection- Overrides:
addin classjava.util.AbstractCollection
-
iterator
public java.util.Iterator iterator()
- Specified by:
iteratorin interfacejava.util.Collection- Specified by:
iteratorin interfacejava.lang.Iterable- Specified by:
iteratorin classjava.util.AbstractCollection
-
size
public int size()
- Specified by:
sizein interfacejava.util.Collection- Specified by:
sizein classjava.util.AbstractCollection
-
-