类 AbstractXMLEventReader
java.lang.Object
cn.taketoday.util.xml.AbstractXMLEventReader
- 所有已实现的接口:
Iterator<Object>,XMLEventReader
- 直接已知子类:
ListBasedXMLEventReader
Abstract base class for
XMLEventReaders.- 从以下版本开始:
- 4.0
- 作者:
- Arjen Poutsma, Juergen Hoeller
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected voidCheck if the reader is closed, and throws aXMLStreamExceptionif so.voidclose()getProperty(String name) This implementation throws anIllegalArgumentExceptionfor any property.next()voidremove()从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 java.util.Iterator
forEachRemaining从接口继承的方法 javax.xml.stream.XMLEventReader
getElementText, hasNext, nextEvent, nextTag, peek
-
字段详细资料
-
closed
private boolean closed
-
-
构造器详细资料
-
AbstractXMLEventReader
AbstractXMLEventReader()
-
-
方法详细资料
-
next
-
remove
public void remove() -
getProperty
This implementation throws anIllegalArgumentExceptionfor any property.- 指定者:
getProperty在接口中XMLEventReader- 抛出:
IllegalArgumentException- when called
-
close
public void close()- 指定者:
close在接口中XMLEventReader
-
checkIfClosed
Check if the reader is closed, and throws aXMLStreamExceptionif so.- 抛出:
XMLStreamException- if the reader is closed- 另请参阅:
-