This method of the ElementFactory interface gives notification that an attribute has been parsed.
public abstract 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. |