Package org.hibernate.boot.jaxb.internal.stax
Contains basic support for Java XML Processing (JAXP) via Streaming API for XML (StAX)
-
Class Summary Class Description BaseXMLEventReader Base for XMLEventReader that implements theBaseXMLEventReader.getElementText()
andBaseXMLEventReader.nextTag()
APIs in a way that is agnostic from the rest of the XMLEventReader implementation.BufferedXMLEventReader Buffers XML events for later re-reading Note, copied from the uPortal project by permission of author.FilteringXMLEventReader Base class forXMLEventReader
s that want to modify or remove events from the reader stream.HbmEventReader A StAX EventReader forhbm.xml
files to add namespaces in documents not containing namespaces.JpaOrmXmlEventReader StAX EVentReader which handles a few oddities specific to JPAorm.xml
Mainly we handle the namespace change.LocalSchemaLocator Helper for resolving XML Schema references locally.LocalXmlResourceResolver LocalXmlResourceResolver.DtdDescriptor MappingEventReader StAX EVentReader for reading `mapping.xml` streamsXMLStreamConstantsUtils Note, copied from the uPortal project by permission of author. -
Exception Summary Exception Description JpaOrmXmlEventReader.BadVersionException MappingEventReader.BadVersionException XmlInfrastructureException An error using XML infrastructure (jaxp, stax, etc).