org.shiftone.arbor
Class EventProcessor

java.lang.Object
  extended byorg.shiftone.arbor.EventProcessor

class EventProcessor
extends java.lang.Object

Author:
Jeff Drost

Constructor Summary
EventProcessor(java.lang.Object bean, NameMapper nameMapper)
          Constructor EventProcessor
 
Method Summary
 void characters(char[] ch, int start, int length)
          Method characters
 void endElement(java.lang.String tagName)
          Method endElement
 java.lang.String stackText()
          Method stackText
 void startElement(java.lang.String tagName, java.util.Properties attributes)
          Method startElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventProcessor

public EventProcessor(java.lang.Object bean,
                      NameMapper nameMapper)
Constructor EventProcessor

Parameters:
bean -
nameMapper -
Method Detail

characters

public void characters(char[] ch,
                       int start,
                       int length)
                throws NestedSAXException
Method characters

Parameters:
ch -
start -
length -
Throws:
NestedSAXException

stackText

public java.lang.String stackText()
Method stackText

Returns:

startElement

public void startElement(java.lang.String tagName,
                         java.util.Properties attributes)
                  throws NestedSAXException
Method startElement

Parameters:
tagName -
attributes -
Throws:
NestedSAXException

endElement

public void endElement(java.lang.String tagName)
                throws NestedSAXException
Method endElement

Parameters:
tagName -
Throws:
NestedSAXException