Microsoft SDK for Java

parsedAttribute

This method of the ElementFactory interface gives notification that an attribute has been parsed.

Syntax

public abstract void parsedAttribute(Element e, Name name, Object value);

Parameters

e The element containing the attribute.
name The attribute name.
value May be a string, name, or vector of names.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.