anl.aida.client.io
Class CacheFileReader.Switcher

java.lang.Object
  extended by anl.aida.client.io.CacheFileReader.Switcher
All Implemented Interfaces:
CacheFileReader.XMLEventProcessor
Enclosing class:
CacheFileReader

private class CacheFileReader.Switcher
extends java.lang.Object
implements CacheFileReader.XMLEventProcessor


Field Summary
(package private) static java.lang.String CACHE
           
 
Constructor Summary
private CacheFileReader.Switcher()
           
 
Method Summary
 void process(javax.xml.stream.XMLEventReader reader, javax.xml.stream.events.XMLEvent evt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CACHE

static final java.lang.String CACHE
See Also:
Constant Field Values
Constructor Detail

CacheFileReader.Switcher

private CacheFileReader.Switcher()
Method Detail

process

public void process(javax.xml.stream.XMLEventReader reader,
                    javax.xml.stream.events.XMLEvent evt)
             throws javax.xml.stream.XMLStreamException,
                    java.io.IOException
Specified by:
process in interface CacheFileReader.XMLEventProcessor
Throws:
javax.xml.stream.XMLStreamException
java.io.IOException