|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--org.apache.cocoon.xml.AbstractSAXFragment
Abstract implementation of XMLFragment for objects that are more easily represented
as SAX events.
The toDOM() method is implemented by piping in a DOMBuilder the results
of toSAX() that must be implemented by concrete subclasses.
| Constructor Summary | |
AbstractSAXFragment()
|
|
| Method Summary | |
void |
toDOM(org.w3c.dom.Node node)
Appends children representing the object's state to the given node by using the results of toSAX(). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.cocoon.xml.XMLizable |
toSAX |
| Constructor Detail |
public AbstractSAXFragment()
| Method Detail |
public void toDOM(org.w3c.dom.Node node)
throws java.lang.Exception
toSAX().toDOM in interface XMLFragment
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||