@Nullable public String getNamespaceKey() { return myNamespace == null ? null : myNamespace.getString(); }
public String getName() { return myLocalName.getString(); }
@Nullable public String getAlias() { return myAliasRef != null ? myAliasRef.getString() : null; }
@NotNull public String getPath() { return myPathRef.getString(); }
@Nullable String getElementClass() { return myElementClass == null ? null : myElementClass.getString(); }