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 void
endInfra(SourceLocation loc)
void
endItem(SourceLocation loc)
void
endValue(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:
endItem
in interfaceAxiomStreamTarget<N,V>
-
endValue
public void endValue(SourceLocation loc)
- Specified by:
endValue
in interfaceAxiomStreamTarget<N,V>
-
endInfra
public void endInfra(SourceLocation loc)
- Specified by:
endInfra
in interfaceAxiomStreamTarget<N,V>
-
-