|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLReader | |
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 | |
org.xml.sax.helpers |
Uses of XMLReader in org.apache.batik.transcoder |
Fields in org.apache.batik.transcoder declared as XMLReader | |
protected XMLReader |
TranscoderInput.xmlReader
The optional XML reader to receive SAX events. |
Methods in org.apache.batik.transcoder that return XMLReader | |
XMLReader |
TranscoderInput.getXMLReader()
Returns the XML reader of this transcoder or null if none was supplied. |
Methods in org.apache.batik.transcoder with parameters of type XMLReader | |
void |
TranscoderInput.setXMLReader(XMLReader xmlReader)
Sets the input of this transcoder input with the specified XML reader. |
Constructors in org.apache.batik.transcoder with parameters of type XMLReader | |
TranscoderInput(XMLReader xmlReader)
Constructs a new TranscoderInput with the specified XML reader. |
Uses of XMLReader in org.xml.sax |
Subinterfaces of XMLReader in org.xml.sax | |
interface |
XMLFilter
Interface for an XML filter. |
Methods in org.xml.sax that return XMLReader | |
XMLReader |
XMLFilter.getParent()
Get the parent reader. |
Methods in org.xml.sax with parameters of type XMLReader | |
void |
XMLFilter.setParent(XMLReader parent)
Set the parent reader. |
Uses of XMLReader in org.xml.sax.helpers |
Classes in org.xml.sax.helpers that implement XMLReader | |
class |
ParserAdapter
Adapt a SAX1 Parser as a SAX2 XMLReader. |
class |
XMLFilterImpl
Base class for deriving an XML filter. |
Methods in org.xml.sax.helpers that return XMLReader | |
XMLReader |
XMLFilterImpl.getParent()
Get the parent reader. |
static XMLReader |
XMLReaderFactory.createXMLReader()
Attempt to create an XML reader from a system property. |
static XMLReader |
XMLReaderFactory.createXMLReader(java.lang.String className)
Attempt to create an XML reader from a class name. |
Methods in org.xml.sax.helpers with parameters of type XMLReader | |
void |
XMLFilterImpl.setParent(XMLReader parent)
Set the parent reader. |
Constructors in org.xml.sax.helpers with parameters of type XMLReader | |
XMLFilterImpl(XMLReader parent)
Construct an XML filter with the specified parent. |
|
XMLReaderAdapter(XMLReader xmlReader)
Create a new adapter. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |