org.apache.avalon.excalibur.xml
Interface XMLFragment


public interface XMLFragment

This interface must be implemented by classes willing to provide an XML representation of their current state.

Version:
CVS $Revision: 1.3 $ $Date: 2001/12/11 09:53:38 $
Author:
Sylvain Wallez, Ricardo Rocha for the original XObject class

Method Summary
 void toDOM(org.w3c.dom.Node node)
          Appends children representing the object's state to the given node.
 

Method Detail

toDOM

public void toDOM(org.w3c.dom.Node node)
           throws org.w3c.dom.DOMException
Appends children representing the object's state to the given node.


Copyright © 2001 Apache Jakarta Project. All Rights Reserved.