org.modeldriven.fuml.xmi.stream
Interface StreamEventListener
- All Superinterfaces:
- EventListener
- All Known Subinterfaces:
- StreamNodeListener
- All Known Implementing Classes:
- BasicElementReader, IncrementalElementReader
public interface StreamEventListener
- extends 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 |
String[] |
getElementNames()
Returns the element (local) names of interest for this listener. |
getElementNames
String[] getElementNames()
- Returns the element (local) names of interest for this listener.
- Returns:
- the element (local) names of interest for this listener.
Copyright © 2012. All Rights Reserved.