Package com.evolveum.axiom.api.stream
Interface AxiomStreamTarget<N,V>
- All Known Subinterfaces:
AxiomItemStream.Target
,AxiomItemStream.TargetWithContext
,AxiomStreamTarget.WithContext<N,
V>
- All Known Implementing Classes:
AbstractStreamAdapter
,AntlrStreamToItemStream
,AxiomBuilderStreamTarget
,AxiomItemStreamTreeBuilder
,AxiomItemTarget
,PrefixedToQNameTarget
,StringToQNameTarget
public interface AxiomStreamTarget<N,V>
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
endInfra
(SourceLocation loc) void
endItem
(SourceLocation loc) void
endValue
(SourceLocation loc) default void
startInfra
(N item, SourceLocation loc) void
startItem
(N item, SourceLocation loc) void
startValue
(V value, SourceLocation loc)
-
Method Details
-
startItem
-
endItem
-
startValue
-
endValue
-
startInfra
-
endInfra
-