See: Description
Class | Description |
---|---|
BaseXMLEventReader |
Base for XMLEventReader that implements the
BaseXMLEventReader.getElementText() and BaseXMLEventReader.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 for
XMLEventReader s that want to modify or remove events from the reader stream. |
HbmEventReader |
A StAX EventReader for
hbm.xml files to add namespaces in documents
not containing namespaces. |
JpaOrmXmlEventReader |
A JPA
orm.xml specific StAX EVentReader to handle a few oddities. |
LocalSchemaLocator |
Helper for resolving XML Schema references locally.
|
LocalXmlResourceResolver | |
LocalXmlResourceResolver.DtdMapping | |
LocalXmlResourceResolver.NamespaceSchemaMapping | |
XMLStreamConstantsUtils |
Note, copied from the uPortal project by permission of author.
|
Enum | Description |
---|---|
LocalSchema | |
SupportedOrmXsdVersion | Deprecated
since 5.0; no longer used internally.
|
Exception | Description |
---|---|
JpaOrmXmlEventReader.BadVersionException | |
UnsupportedOrmXsdVersionException | Deprecated
Use
UnsupportedOrmXsdVersionException instead |
XmlInfrastructureException |
An error using XML infrastructure (jaxp, stax, etc).
|
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.