Package com.evolveum.axiom.api.stream
Class AbstractStreamAdapter<N,V> 
java.lang.Object
com.evolveum.axiom.api.stream.AbstractStreamAdapter<N,V> 
- All Implemented Interfaces:
- AxiomStreamTarget<N,- V> 
- Direct Known Subclasses:
- AntlrStreamToItemStream
- 
Nested Class SummaryNested classes/interfaces inherited from interface com.evolveum.axiom.api.stream.AxiomStreamTargetAxiomStreamTarget.WithContext<N,V> 
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidendInfra(SourceLocation loc) voidendItem(SourceLocation loc) voidendValue(SourceLocation loc) protected abstract AxiomStreamTarget<?,?> target()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.evolveum.axiom.api.stream.AxiomStreamTargetstartInfra, startItem, startValue
- 
Constructor Details- 
AbstractStreamAdapterpublic AbstractStreamAdapter()
 
- 
- 
Method Details- 
target
- 
endItem- Specified by:
- endItemin interface- AxiomStreamTarget<N,- V> 
 
- 
endValue- Specified by:
- endValuein interface- AxiomStreamTarget<N,- V> 
 
- 
endInfra- Specified by:
- endInfrain interface- AxiomStreamTarget<N,- V> 
 
 
-