| Interface | Description |
|---|---|
| Origin |
Describes the origin of an xml document
|
| XmlDocument |
Describes a parsed xml document.
|
| 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.
|
| DTDEntityResolver |
An
EntityResolver implementation which attempts to resolve
various systemId URLs to local classpath look ups
Any systemId URL beginning with http://www.hibernate.org/dtd/ is
searched for as a classpath resource in the classloader which loaded the
Hibernate classes.
Any systemId URL using classpath as the scheme (i.e. |
| ErrorLogger |
Implements an
ErrorHandler that mainly just logs errors/warnings. |
| FilteringXMLEventReader |
Base class for
XMLEventReaders that want to modify or remove events from the reader stream. |
| LocalXmlResourceResolver | |
| MappingReader |
Handles reading mapping documents, both
hbm and orm varieties. |
| OriginImpl |
Basic implementation of
Origin |
| XmlDocumentImpl |
Basic implemementation of
XmlDocument |
| XMLHelper |
Small helper class that lazy loads DOM and SAX reader and keep them for fast use afterwards.
|
| XMLStreamConstantsUtils |
Note, copied from the uPortal project by permission of author.
|
| Enum | Description |
|---|---|
| MappingReader.SupportedOrmXsdVersion |
| Exception | Description |
|---|---|
| UnsupportedOrmXsdVersionException | |
| XmlInfrastructureException |
An error using XML infrastructure (jaxp, stax, etc).
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.