public final class MuleDocumentLoader extends Object implements org.springframework.beans.factory.xml.DocumentLoader
| Modifier and Type | Class and Description |
|---|---|
static class |
MuleDocumentLoader.XmlMetadataAnnotator
SAX filter that builds the metadata that will annotate the built nodes.
|
| Constructor and Description |
|---|
MuleDocumentLoader() |
MuleDocumentLoader(XmlMetadataAnnotationsFactory metadataFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected XMLReader |
createSaxAnnotator(Document doc) |
Document |
loadDocument(InputSource inputSource,
EntityResolver entityResolver,
ErrorHandler errorHandler,
int validationMode,
boolean namespaceAware)
Load the
Document at the supplied InputSource using the standard JAXP-configured XML parser. |
public MuleDocumentLoader(XmlMetadataAnnotationsFactory metadataFactory)
public MuleDocumentLoader()
public Document loadDocument(InputSource inputSource, EntityResolver entityResolver, ErrorHandler errorHandler, int validationMode, boolean namespaceAware) throws Exception
Document at the supplied InputSource using the standard JAXP-configured XML parser.loadDocument in interface org.springframework.beans.factory.xml.DocumentLoaderExceptionprotected XMLReader createSaxAnnotator(Document doc) throws ParserConfigurationException, SAXException
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.