Package org.apache.xmlbeans.impl.common
Class XmlErrorWatcher
- java.lang.Object
-
- java.util.AbstractCollection<XmlError>
-
- org.apache.xmlbeans.impl.common.XmlErrorWatcher
-
-
Constructor Summary
Constructors Constructor Description XmlErrorWatcher(java.util.Collection<XmlError> underlying)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanadd(XmlError o)XmlErrorfirstError()booleanhasError()java.util.Iterator<XmlError>iterator()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
-
-
-
-
Constructor Detail
-
XmlErrorWatcher
public XmlErrorWatcher(java.util.Collection<XmlError> underlying)
-
-