Package org.apache.xmlbeans.impl.common
Class XmlErrorPrinter
- All Implemented Interfaces:
Iterable<XmlError>,Collection<XmlError>
public class XmlErrorPrinter extends AbstractCollection<XmlError>
-
Constructor Summary
Constructors Constructor Description XmlErrorPrinter(boolean noisy, URI baseURI) -
Method Summary
Methods inherited from class java.util.AbstractCollection
addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
equals, hashCode, parallelStream, removeIf, spliterator, stream, toArray
-
Constructor Details
-
Method Details
-
add
- Specified by:
addin interfaceCollection<XmlError>- Overrides:
addin classAbstractCollection<XmlError>
-
iterator
- Specified by:
iteratorin interfaceCollection<XmlError>- Specified by:
iteratorin interfaceIterable<XmlError>- Specified by:
iteratorin classAbstractCollection<XmlError>
-
size
public int size()- Specified by:
sizein interfaceCollection<XmlError>- Specified by:
sizein classAbstractCollection<XmlError>
-