org.apache.excalibur.xml.dom
Class DefaultDOMSerializer

java.lang.Object
  extended byorg.apache.avalon.framework.logger.AbstractLogEnabled
      extended byorg.apache.excalibur.xml.dom.DefaultDOMSerializer
All Implemented Interfaces:
Component, DOMSerializer, LogEnabled

public class DefaultDOMSerializer
extends AbstractLogEnabled
implements DOMSerializer, Component

Author:
Avalon Development Team

Field Summary
 
Fields inherited from interface org.apache.excalibur.xml.dom.DOMSerializer
ROLE
 
Constructor Summary
DefaultDOMSerializer()
           
 
Method Summary
 void serialize(org.w3c.dom.Document document, org.xml.sax.ContentHandler contentHandler, org.xml.sax.ext.LexicalHandler lexicalHandler)
           
 
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultDOMSerializer

public DefaultDOMSerializer()
Method Detail

serialize

public void serialize(org.w3c.dom.Document document,
                      org.xml.sax.ContentHandler contentHandler,
                      org.xml.sax.ext.LexicalHandler lexicalHandler)
               throws org.xml.sax.SAXException
Specified by:
serialize in interface DOMSerializer
Throws:
org.xml.sax.SAXException


Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.