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
public abstract class AbstractStreamAdapter<N,V> extends Object implements AxiomStreamTarget<N,V>
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface com.evolveum.axiom.api.stream.AxiomStreamTarget
AxiomStreamTarget.WithContext<N,V> 
 - 
 
- 
Constructor Summary
Constructors Constructor Description AbstractStreamAdapter() 
- 
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidendInfra(SourceLocation loc)voidendItem(SourceLocation loc)voidendValue(SourceLocation loc)protected abstract AxiomStreamTarget<?,?>target()- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface com.evolveum.axiom.api.stream.AxiomStreamTarget
startInfra, startItem, startValue 
 - 
 
 - 
 
- 
- 
Method Detail
- 
target
protected abstract AxiomStreamTarget<?,?> target()
 
- 
endItem
public void endItem(SourceLocation loc)
- Specified by:
 endItemin interfaceAxiomStreamTarget<N,V>
 
- 
endValue
public void endValue(SourceLocation loc)
- Specified by:
 endValuein interfaceAxiomStreamTarget<N,V>
 
- 
endInfra
public void endInfra(SourceLocation loc)
- Specified by:
 endInfrain interfaceAxiomStreamTarget<N,V>
 
 - 
 
 -