|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XMLFragment
This interface must be implemented by classes willing to provide an XML representation of their current state.
This interface exists in both Cocoon 1 and Cocoon 2 and to ensure a minimal compatibility between the two versions.
Cocoon 2 only objects can implement the SAX-only XMLizable
interface.
| Method Summary | |
|---|---|
void |
toDOM(Node node)
Appends children representing the object's state to the given node. |
| Methods inherited from interface org.apache.excalibur.xml.sax.XMLizable |
|---|
toSAX |
| Method Detail |
|---|
void toDOM(Node node)
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||