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 | Deprecated
Hibernate now uses StAX for XML processing and the role of this class is served
now by
LocalXmlResourceResolver |
ErrorLogger |
Implements an
ErrorHandler that mainly just logs errors/warnings. |
FilteringXMLEventReader |
Base class for
XMLEventReader s that want to modify or remove events from the reader stream. |
OriginImpl |
Basic implementation of
Origin |
XmlDocumentImpl |
Basic implemementation of
XmlDocument |
XMLHelper | Deprecated
Currently only used for integration with HCANN.
|
XMLStreamConstantsUtils |
Note, copied from the uPortal project by permission of author.
|
Exception | Description |
---|---|
UnsupportedOrmXsdVersionException | Deprecated
Migrating to boot package; all usages will eventually be replaced by
UnsupportedOrmXsdVersionException |
XmlInfrastructureException |
An error using XML infrastructure (jaxp, stax, etc).
|
XsdException |
Indicates an issue finding or loading an XSD schema.
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.