org.apache.commons.jelly.tags.core
Class MuteTag.MuteXMLOutput

java.lang.Object
  extended by org.apache.commons.jelly.XMLOutput
      extended by org.apache.commons.jelly.tags.core.MuteTag.MuteXMLOutput
All Implemented Interfaces:
org.xml.sax.ContentHandler, org.xml.sax.ext.LexicalHandler
Enclosing class:
MuteTag

static class MuteTag.MuteXMLOutput
extends XMLOutput

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

MuteTag.MuteXMLOutput

public MuteTag.MuteXMLOutput()
Method Detail

objectData

public void objectData(java.lang.Object o)
Do nothing, not even invoke the toString!

Overrides:
objectData in class XMLOutput
Parameters:
o - the data to pass