Example usage for org.springframework.beans.factory.xml DocumentLoader interface-usage

List of usage examples for org.springframework.beans.factory.xml DocumentLoader interface-usage

Introduction

In this page you can find the example usage for org.springframework.beans.factory.xml DocumentLoader interface-usage.

Usage

From source file org.springframework.beans.factory.xml.DefaultDocumentLoader.java

/**
 * Spring's default {@link DocumentLoader} implementation.
 *
 * <p>Simply loads {@link Document documents} using the standard JAXP-configured
 * XML parser. If you want to change the {@link DocumentBuilder} that is used to
 * load documents, then one strategy is to define a corresponding Java system property

From source file edu.internet2.middleware.shibboleth.common.config.SpringDocumentLoader.java

/**
 * A document loader for Spring that uses a {@link ClasspathResolver} for resolving schema information.
 */
public class SpringDocumentLoader implements DocumentLoader {

    /** Class logger. */

From source file org.mule.config.spring.MuleDocumentLoader.java

/**
 * Alternative to Spring's default document loader that uses <b>SAX</b> to add metadata to the <b>DOM</b> elements that
 * are the result of the default parser.
 * 
 * @since 3.8.0
 */