Example usage for org.xml.sax InputSource subclass-usage

List of usage examples for org.xml.sax InputSource subclass-usage

Introduction

In this page you can find the example usage for org.xml.sax InputSource subclass-usage.

Usage

From source file org.xchain.framework.sax.ContextInputSource.java

/**
 * An InputSource implementation that contains a JXPathContext.
 *
 * @author Mike Moulton
 * @author Christian Trimble
 * @author Devon Tackett

From source file org.pentaho.reporting.libraries.xmlns.parser.ResourceDataInputSource.java

/**
 * A SAX InputSource implementation that reads its data from a LibLoader ResourceData object.
 *
 * @author Thomas Morgner
 */
public class ResourceDataInputSource extends InputSource {