org.apache.xalan.xsltc.trax

Class TrAXFilter


public class TrAXFilter
extends XMLFilterImpl

skeleton extension of XMLFilterImpl for now.
Authors:
Santiago Pericas-Geertsen
G. Todd Miller

Constructor Summary

TrAXFilter(Templates templates)

Method Summary

Transformer
getTransformer()
void
parse(InputSource input)
void
parse(String systemId)
void
setContentHandler(ContentHandler handler)
void
setErrorListener(ErrorListener handler)

Constructor Details

TrAXFilter

public TrAXFilter(Templates templates)
            throws TransformerConfigurationException

Method Details

getTransformer

public Transformer getTransformer()

parse

public void parse(InputSource input)
            throws SAXException,
                   IOException

parse

public void parse(String systemId)
            throws SAXException,
                   IOException

setContentHandler

public void setContentHandler(ContentHandler handler)

setErrorListener

public void setErrorListener(ErrorListener handler)

Copyright B) 2004 Apache XML Project. All Rights Reserved.