org.pentaho.reporting.libraries.xmlns.parser

Class IgnoreAnyChildReadHandler

public class IgnoreAnyChildReadHandler extends AbstractXmlReadHandler

A read-handler that silently ignores all childs. This readhandler produces no output.

Author: Thomas Morgner

Constructor Summary
IgnoreAnyChildReadHandler()
Default Constructor.
Method Summary
ObjectgetObject()
Returns the object for this element or null, if this element does not create an object.

Constructor Detail

IgnoreAnyChildReadHandler

public IgnoreAnyChildReadHandler()
Default Constructor.

Method Detail

getObject

public Object getObject()
Returns the object for this element or null, if this element does not create an object.

Returns: the object.