| Interface | Description |
|---|---|
| XmlMetadataAnnotations |
Stores the metadata annotations from the XML parser so they are available when building the actual objects of the application.
|
| XmlMetadataAnnotations.TagBoundaries | |
| XmlMetadataAnnotationsFactory |
Factory object to get a fresh instance of a
XmlMetadataAnnotations. |
| Class | Description |
|---|---|
| DefaultXmlGathererErrorHandlerFactory |
Default implementation of
XmlGathererErrorHandlerFactory which will return the DefaultXmlLoggerErrorHandler
instance that registers all errors when ErrorHandler.error(SAXParseException) is called, to then return the complete
gathered list of exceptions through XmlGathererErrorHandler.getErrors() method. |
| DefaultXmlLoggerErrorHandler |
Default implementation of
XmlGathererErrorHandler which collects all errors, and on a fatal exception will propagate an
exception. |
| DefaultXmlMetadataAnnotations |
Stores the metadata annotations from the XML parser so they are available when building the actual objects of the application.
|
| MuleDocumentLoader |
Alternative to Spring's default document loader that uses SAX to add metadata to the DOM elements that are the
result of the default parser.
|
| MuleDocumentLoader.XmlMetadataAnnotator |
SAX filter that builds the metadata that will annotate the built nodes.
|
| XmlApplicationParser |
Simple parser that allows to obtain the required data from an XML document.
|
| XmlCustomAttributeHandler | Deprecated
From 4.4 onwards, use the
mule-artifact-ast-xml-parser module. |
| XmlCustomAttributeHandler.ConfigLineCustomAttributeStore |
Copyright © 2023 MuleSoft, Inc.. All rights reserved.