Package org.apache.xmlbeans.impl.common
Class XmlErrorWatcher
- All Implemented Interfaces:
Iterable<XmlError>
,Collection<XmlError>
-
Constructor Summary
Constructors -
Method Summary
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
Methods inherited from interface java.util.Collection
equals, hashCode, parallelStream, removeIf, spliterator, stream, toArray
-
Constructor Details
-
XmlErrorWatcher
-
-
Method Details
-
add
- Specified by:
add
in interfaceCollection<XmlError>
- Overrides:
add
in classAbstractCollection<XmlError>
-
iterator
- Specified by:
iterator
in interfaceCollection<XmlError>
- Specified by:
iterator
in interfaceIterable<XmlError>
- Specified by:
iterator
in classAbstractCollection<XmlError>
-
size
public int size()- Specified by:
size
in interfaceCollection<XmlError>
- Specified by:
size
in classAbstractCollection<XmlError>
-
hasError
public boolean hasError() -
firstError
-