|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.cocoon.xml.AbstractSAXFragment | +--org.apache.cocoon.components.sax.XMLByteStreamFragment
An XMLByteStream wrapped by an XMLFragment implementation. This allows to store SAX events and insert them in an XSP result using <xsp:expr>.
Constructor Summary | |
XMLByteStreamFragment(java.lang.Object bytes)
Creates a new XMLByteStreamFragment defined by the given
XML byte stream. |
Method Summary | |
void |
toSAX(org.xml.sax.ContentHandler ch)
Output the fragment. |
Methods inherited from class org.apache.cocoon.xml.AbstractSAXFragment |
toDOM |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XMLByteStreamFragment(java.lang.Object bytes)
XMLByteStreamFragment
defined by the given
XML byte stream.bytes
- the XML byte stream representing the document fragmentMethod Detail |
public void toSAX(org.xml.sax.ContentHandler ch) throws org.xml.sax.SAXException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |