Uses of Interface
com.evolveum.axiom.api.stream.AxiomStreamTarget
-
Packages that use AxiomStreamTarget Package Description com.evolveum.axiom.api.stream com.evolveum.axiom.lang.antlr com.evolveum.axiom.lang.spi -
-
Uses of AxiomStreamTarget in com.evolveum.axiom.api.stream
Subinterfaces of AxiomStreamTarget in com.evolveum.axiom.api.stream Modifier and Type Interface Description static interface
AxiomItemStream.Target
static interface
AxiomItemStream.TargetWithContext
static interface
AxiomStreamTarget.WithContext<N,V>
Classes in com.evolveum.axiom.api.stream that implement AxiomStreamTarget Modifier and Type Class Description class
AbstractStreamAdapter<N,V>
class
AxiomBuilderStreamTarget
class
AxiomItemTarget
class
PrefixedToQNameTarget
class
StringToQNameTarget
Methods in com.evolveum.axiom.api.stream that return AxiomStreamTarget Modifier and Type Method Description protected abstract AxiomStreamTarget<?,?>
AbstractStreamAdapter. target()
-
Uses of AxiomStreamTarget in com.evolveum.axiom.lang.antlr
Classes in com.evolveum.axiom.lang.antlr that implement AxiomStreamTarget Modifier and Type Class Description class
AntlrStreamToItemStream
Methods in com.evolveum.axiom.lang.antlr that return AxiomStreamTarget Modifier and Type Method Description protected abstract AxiomStreamTarget<AxiomParser.PrefixedNameContext,AxiomParser.ArgumentContext>
AbstractAxiomAntlrVisitor. delegate()
protected AxiomStreamTarget<?,?>
AntlrStreamToItemStream. target()
-
Uses of AxiomStreamTarget in com.evolveum.axiom.lang.spi
Classes in com.evolveum.axiom.lang.spi that implement AxiomStreamTarget Modifier and Type Class Description class
AxiomItemStreamTreeBuilder
-