Package com.evolveum.axiom.lang.spi
Class AxiomItemStreamTreeBuilder
java.lang.Object
com.evolveum.axiom.lang.spi.AxiomItemStreamTreeBuilder
- All Implemented Interfaces:
- AxiomItemStream.Target,- AxiomStreamTarget<AxiomName,- Object> 
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic interfacestatic interfaceNested classes/interfaces inherited from interface com.evolveum.axiom.api.stream.AxiomStreamTargetAxiomStreamTarget.WithContext<N,V> 
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected com.evolveum.axiom.lang.spi.AxiomItemStreamTreeBuilder.Buildercurrent()voidendItem(SourceLocation loc) voidendValue(SourceLocation loc) protected <V extends com.evolveum.axiom.lang.spi.AxiomItemStreamTreeBuilder.Builder>
 Voffer(V builder) protected com.evolveum.axiom.lang.spi.AxiomItemStreamTreeBuilder.Builderpoll()voidstartItem(AxiomName item, SourceLocation loc) voidstartValue(Object value, SourceLocation loc) 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.AxiomStreamTargetendInfra, startInfra
- 
Constructor Details- 
AxiomItemStreamTreeBuilder
 
- 
- 
Method Details- 
offerprotected <V extends com.evolveum.axiom.lang.spi.AxiomItemStreamTreeBuilder.Builder> V offer(V builder) 
- 
currentprotected com.evolveum.axiom.lang.spi.AxiomItemStreamTreeBuilder.Builder current()
- 
pollprotected com.evolveum.axiom.lang.spi.AxiomItemStreamTreeBuilder.Builder poll()
- 
startValue- Specified by:
- startValuein interface- AxiomStreamTarget<AxiomName,- Object> 
 
- 
endValue- Specified by:
- endValuein interface- AxiomStreamTarget<AxiomName,- Object> 
 
- 
startItem- Specified by:
- startItemin interface- AxiomStreamTarget<AxiomName,- Object> 
 
- 
endItem- Specified by:
- endItemin interface- AxiomStreamTarget<AxiomName,- Object> 
 
 
-