org.modeldriven.fuml.xmi.stream
Interface StreamEventListener

All Superinterfaces:
java.util.EventListener
All Known Subinterfaces:
StreamNodeListener
All Known Implementing Classes:
BasicElementReader, IncrementalElementReader

public interface StreamEventListener
extends java.util.EventListener

A base listener interface for this package. Makes the assumption that all events for the stream package are triggered by XML elements within the stream, and not attributes, character entities or other lower level STAX stream events.

Author:
Scott Cinnamond

Method Summary
 java.lang.String[] getElementNames()
          Returns the element (local) names of interest for this listener.
 

Method Detail

getElementNames

java.lang.String[] getElementNames()
Returns the element (local) names of interest for this listener.

Returns:
the element (local) names of interest for this listener.


Copyright © 2015. All Rights Reserved.