Class HbmEventReader
java.lang.Object
javax.xml.stream.util.EventReaderDelegate
org.hibernate.boot.jaxb.internal.stax.HbmEventReader
- All Implemented Interfaces:
Iterator<Object>
,XMLEventReader
A StAX EventReader for
hbm.xml
files to add namespaces in documents
not containing namespaces.-
Constructor Summary
ConstructorsConstructorDescriptionHbmEventReader
(XMLEventReader reader) HbmEventReader
(XMLEventReader reader, XMLEventFactory xmlEventFactory) -
Method Summary
Methods inherited from class javax.xml.stream.util.EventReaderDelegate
close, getElementText, getParent, getProperty, hasNext, next, nextTag, remove, setParent
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
HbmEventReader
-
HbmEventReader
-
-
Method Details
-
peek
- Specified by:
peek
in interfaceXMLEventReader
- Overrides:
peek
in classEventReaderDelegate
- Throws:
XMLStreamException
-
nextEvent
- Specified by:
nextEvent
in interfaceXMLEventReader
- Overrides:
nextEvent
in classEventReaderDelegate
- Throws:
XMLStreamException
-