Package com.evolveum.axiom.api
Class AxiomPrefixedName
- java.lang.Object
-
- com.evolveum.axiom.api.AxiomPrefixedName
-
public class AxiomPrefixedName extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
static AxiomPrefixedName
from(String prefix, String localName)
String
getLocalName()
String
getPrefix()
int
hashCode()
static boolean
isPrefixed(String maybePrefixed)
static AxiomPrefixedName
parse(String item)
String
toString()
-
-
-
Method Detail
-
from
public static AxiomPrefixedName from(String prefix, String localName)
-
isPrefixed
public static final boolean isPrefixed(String maybePrefixed)
-
getPrefix
public String getPrefix()
-
getLocalName
public String getLocalName()
-
parse
public static AxiomPrefixedName parse(String item)
-
-