|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.cocoon.xml.AbstractDOMFragment
Abstract implementation of XMLFragment
for objects that are more easily represented
as a DOM.
The toSAX() method is implemented by streaming (using a DOMStreamer
)
the results of toDOM()
that must be implemented by concrete subclasses.
Constructor Summary | |
AbstractDOMFragment()
|
Method Summary | |
void |
toSAX(org.xml.sax.ContentHandler handler)
Generates SAX events representing the object's state by serializing the result of toDOM() . |
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.XMLFragment |
toDOM |
Constructor Detail |
public AbstractDOMFragment()
Method Detail |
public void toSAX(org.xml.sax.ContentHandler handler) throws org.xml.sax.SAXException
toDOM()
.toSAX
in interface XMLizable
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |