com.smallx.xml.component.standard
Class ElementUseStatistics

java.lang.Object
  extended bycom.smallx.xml.component.ComponentBase
      extended bycom.smallx.xml.component.standard.ElementUseStatistics
All Implemented Interfaces:
Component, ItemDestination

public class ElementUseStatistics
extends ComponentBase


Field Summary
 
Fields inherited from class com.smallx.xml.component.ComponentBase
context, flushLevel, name, output
 
Constructor Summary
ElementUseStatistics()
          Creates a new instance of ElementUseStatistics
 
Method Summary
 void send(Item item)
          Called when a infoset item is generated by a source.
 
Methods inherited from class com.smallx.xml.component.ComponentBase
attach, getContext, getName, getVersion, init, isFlushing, post, setFlushing, setOutputType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElementUseStatistics

public ElementUseStatistics()
Creates a new instance of ElementUseStatistics

Method Detail

send

public void send(Item item)
          throws XMLException
Called when a infoset item is generated by a source.

Parameters:
item - The infoset item that was generated by the source.
Returns:
A boolean value indicating that addition items are wanted by the implementing object.
Throws:
XMLException