getAttributeValueByName

getAttributeValueByName(qualifiedName: String;
                        value:         String output): Boolean;

The getAttributeValueByName method of the JadeXMLParser class retrieves the value of the attribute with the qualified name specified in the qualifiedName parameter.

The getAttributeValueByName method parameters are listed in the following table.

Parameter Description
qualifiedName The qualified name (with the prefix)
value The value of the attribute

The getAttributeValueByName method returns true if the specified name was found or it returns false if it is not found.

This method returns valid results only during the scope of the startElement method invocation.