Uses of Class
com.evolveum.axiom.api.AxiomPrefixedName
-
Packages that use AxiomPrefixedName Package Description com.evolveum.axiom.api com.evolveum.axiom.api.stream com.evolveum.axiom.lang.spi -
-
Uses of AxiomPrefixedName in com.evolveum.axiom.api
Methods in com.evolveum.axiom.api that return AxiomPrefixedName Modifier and Type Method Description static AxiomPrefixedName
AxiomPrefixedName. from(String prefix, String localName)
static AxiomPrefixedName
AxiomPrefixedName. parse(String item)
-
Uses of AxiomPrefixedName in com.evolveum.axiom.api.stream
Methods in com.evolveum.axiom.api.stream with parameters of type AxiomPrefixedName Modifier and Type Method Description void
PrefixedToQNameTarget. startInfra(AxiomPrefixedName name, SourceLocation loc)
void
PrefixedToQNameTarget. startItem(AxiomPrefixedName name, SourceLocation loc)
-
Uses of AxiomPrefixedName in com.evolveum.axiom.lang.spi
Methods in com.evolveum.axiom.lang.spi with parameters of type AxiomPrefixedName Modifier and Type Method Description default AxiomName
AxiomNameResolver. resolve(AxiomPrefixedName prefixedName)
-