|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.jelly.XMLOutput
org.apache.commons.jelly.tags.core.MuteTag.MuteXMLOutput
An XMLOutput which really outputs nothing, in particular, avoids calling toString() in objects returned...
Field Summary |
Fields inherited from class org.apache.commons.jelly.XMLOutput |
LEXICAL_HANDLER_NAMES |
Constructor Summary | |
MuteTag.MuteXMLOutput()
|
Method Summary | |
void |
objectData(java.lang.Object o)
Do nothing, not even invoke the toString! |
Methods inherited from class org.apache.commons.jelly.XMLOutput |
characters, close, comment, createDummyXMLOutput, createXMLOutput, createXMLOutput, createXMLOutput, createXMLOutput, createXMLOutput, createXMLOutput, endCDATA, endDocument, endDTD, endElement, endElement, endEntity, endPrefixMapping, flush, getContentHandler, getLexicalHandler, ignorableWhitespace, processingInstruction, setContentHandler, setDocumentLocator, setLexicalHandler, skippedEntity, startCDATA, startDocument, startDTD, startElement, startElement, startElement, startEntity, startPrefixMapping, toString, write, writeCDATA, writeComment |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public MuteTag.MuteXMLOutput()
Method Detail |
public void objectData(java.lang.Object o)
objectData
in class XMLOutput
o
- the data to pass
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |