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

Field Summary
static String ROLE
           
 
Method Summary
 void serialize(org.w3c.dom.Document document, org.xml.sax.ContentHandler contentHandler, org.xml.sax.ext.LexicalHandler lexicalHandler)
           
 

Field Detail

ROLE

static final String ROLE
Method Detail

serialize

void serialize(org.w3c.dom.Document document,
               org.xml.sax.ContentHandler contentHandler,
               org.xml.sax.ext.LexicalHandler lexicalHandler)
               throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException


Copyright © 1997-2012 Apache Software Foundation. All Rights Reserved.