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(Node node)
Appends children representing the object's state to the given node. |
toDOM
public void toDOM(Node node)
throws DOMException
- Appends children representing the object's state to the given node.
DOMException
Copyright © 1997-2004 The Apache Software Foundation. All Rights Reserved.