Package org.apache.xmlbeans.impl.common
Class XmlErrorPrinter
- java.lang.Object
-
- java.util.AbstractCollection
-
- org.apache.xmlbeans.impl.common.XmlErrorPrinter
-
- All Implemented Interfaces:
Iterable,Collection
public class XmlErrorPrinter extends AbstractCollection
-
-
Constructor Summary
Constructors Constructor Description XmlErrorPrinter(boolean noisy, URI baseURI)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanadd(Object o)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
-
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(Object o)
- Specified by:
addin interfaceCollection- Overrides:
addin classAbstractCollection
-
iterator
public Iterator iterator()
- Specified by:
iteratorin interfaceCollection- Specified by:
iteratorin interfaceIterable- Specified by:
iteratorin classAbstractCollection
-
size
public int size()
- Specified by:
sizein interfaceCollection- Specified by:
sizein classAbstractCollection
-
-