org.apache.cocoon.components.sax
Interface XMLDeserializer
- All Superinterfaces:
- XMLProducer
- All Known Implementing Classes:
- XMLByteStreamInterpreter
- public interface XMLDeserializer
- extends XMLProducer
This interfaces identifies classes that deserialize XML data, sending SAX
events to the configured XMLConsumer
(or SAX
ContentHandler
and LexicalHandler
).
The production of the xml data is started by passing an
the xml information to the deserialize
method.
It is beyond the scope of this interface to specify the format of
the serialized data.
- Version:
- CVS $Id: XMLDeserializer.java 55389 2004-10-23 15:46:58Z cziegeler $
- Author:
- Carsten Ziegeler
Method Summary |
void |
deserialize(Object saxFragment)
Deserialize the xml data and stream it. |
ROLE
public static final String ROLE
deserialize
public void deserialize(Object saxFragment)
throws SAXException
- Deserialize the xml data and stream it.
- Parameters:
saxFragment
- The xml data.
- Throws:
SAXException
Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.