Package org.apache.xmlbeans.impl.common
Class XmlErrorPrinter
- java.lang.Object
-
- java.util.AbstractCollection<XmlError>
-
- org.apache.xmlbeans.impl.common.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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
add(XmlError err)
Iterator<XmlError>
iterator()
int
size()
-
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Collection
equals, hashCode, parallelStream, removeIf, spliterator, stream, toArray
-
-
-
-
Constructor Detail
-
XmlErrorPrinter
public XmlErrorPrinter(boolean noisy, URI baseURI)
-
-
Method Detail
-
add
public boolean add(XmlError err)
- Specified by:
add
in interfaceCollection<XmlError>
- Overrides:
add
in classAbstractCollection<XmlError>
-
iterator
public Iterator<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>
-
-