Example usage for org.xml.sax Locator interface-usage

List of usage examples for org.xml.sax Locator interface-usage

Introduction

In this page you can find the example usage for org.xml.sax Locator interface-usage.

Usage

From source file org.apache.cocoon.components.serializers.EncodingSerializer.java

/**
 * <p>An abstract serializer supporting multiple encodings.</p>
 * 
 * <p>This serializer can accept the following configuration whenever it
 * is declared into a sitemap:</p>
 * 

From source file org.jbuiltDemo.managed.view.Xhtml2Jbuilt.java

/**
 * A tool that can be used to convert normal xhtml files to jbuilt java source.
 * does not quite convert the entire file properly because of how Jbuilt works
 * a clever work around is yet to come
 * 
 * @author Gerard Stannard

From source file stroom.pipeline.server.filter.SchemaFilter.java

/**
 * An XML filter for performing inline schema validation of XML.
 */
@Component
@Scope(StroomScope.PROTOTYPE)
public class SchemaFilter extends AbstractXMLFilter implements Locator {