This method of the ElementFactoryImpl class is called when a new attribute is parsed for the given element.
public void parsedAttribute(Element e, Name name, Object value);
e | The element containing the attribute. |
name | The attribute name. |
value | May be a string, name or vector of names. |