org.apache.excalibur.xml.dom
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.4 $ $Date: 2004/02/28 11:47:31 $
- Author:
- Avalon Development Team
Method Summary |
void |
toDOM(org.w3c.dom.Node node)
Appends children representing the object's state to the given node. |
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.
- Throws:
org.w3c.dom.DOMException
Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.