|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLFilter | |
org.apache.batik.transcoder | Contains all of the interfaces for transcoding an input stream or a document to a particular ouput format. |
org.xml.sax.helpers |
Uses of XMLFilter in org.apache.batik.transcoder |
Fields in org.apache.batik.transcoder declared as XMLFilter | |
protected XMLFilter |
TranscoderOutput.xmlFilter
The optional XML filter where to send SAX events. |
Methods in org.apache.batik.transcoder that return XMLFilter | |
XMLFilter |
TranscoderOutput.getXMLFilter()
Returns the output of this transcoder as a XML filter or null if none was supplied. |
Methods in org.apache.batik.transcoder with parameters of type XMLFilter | |
void |
TranscoderOutput.setXMLFilter(XMLFilter xmlFilter)
Sets the output of this transcoder output with the specified XML filter. |
Constructors in org.apache.batik.transcoder with parameters of type XMLFilter | |
TranscoderOutput(XMLFilter xmlFilter)
Constructs a new TranscoderOutput with the specified XML filter. |
Uses of XMLFilter in org.xml.sax.helpers |
Classes in org.xml.sax.helpers that implement XMLFilter | |
class |
XMLFilterImpl
Base class for deriving an XML filter. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |