All Downloads are FREE. Search and download functionalities are using the official Maven repository.

msv.tahiti.src.com.sun.tahiti.compiler.Controller Maven / Gradle / Ivy

There is a newer version: 2.2.5.1
Show newest version
/*
 * @(#)$Id: Controller.java 923 2001-07-20 20:45:03Z Bear $
 *
 * Copyright 2001 Sun Microsystems, Inc. All Rights Reserved.
 * 
 * This software is the proprietary information of Sun Microsystems, Inc.  
 * Use is subject to license terms.
 * 
 */
package com.sun.tahiti.compiler;

import com.sun.tahiti.grammar.TypeItem;
import com.sun.msv.reader.GrammarReaderController;
import java.io.OutputStream;
import java.io.IOException;

/**
 * this interface acts as a controller of various processings.
 * 
 * 

* Methods on the GrammarReaderController interface is used for error reporting. * * @author * Kohsuke KAWAGUCHI */ public interface Controller extends GrammarReaderController { /** * the contents of the specified {@link TypeItem} will be sent * to the returned DocumentHandler. */ OutputStream getOutput( TypeItem type ) throws IOException; }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy