public interface NameParser
CompoundName,
NameName parse(String name) throws NamingException
name - The non-null string name to parse.InvalidNameException - If name does not conform to
syntax defined for the namespace.NamingException - If a naming exception was encountered.