org.apache.excalibur.xml.dom
Interface DOMSerializer
- All Known Implementing Classes:
- DefaultDOMSerializer
- public interface DOMSerializer
Converts a DOM document to a stream of SAX events.
- Version:
- CVS $Revision: 1.4 $ $Date: 2004/02/28 11:47:31 $
- Author:
- Avalon Development Team
ROLE
public static final String ROLE
serialize
public void serialize(Document document,
ContentHandler contentHandler,
LexicalHandler lexicalHandler)
throws SAXException
SAXException
Copyright © 1997-2004 The Apache Software Foundation. All Rights Reserved.