JavaScript: The Definitive Guide

Previous Chapter 21
JavaScript Reference
Next
 

JSObject.getMember() Java Method

Name

JSObject.getMember() Java Method---read a property of a JavaScript object

Availability

Part of the netscape.javascript package included with Navigator 3.0

Synopsis

public Object getMember(String name)

Arguments

name

The name of the property to be read.

Returns

A Java Object that contains the value of the named property of the specified JSObject.

Description

The getMember() method of the Java JSObject class reads and returns to Java the value of a named property of a JavaScript object. The return value may be another JSObject object, or a Double, Boolean, or String object, but is returned as a generic Object, which you must cast as necessary.

See Also

"JSObject", Chapter 19, LiveConnect: JavaScript and Java


Previous Home Next
JSObject.eval() Book Index JSObject.getSlot()

HTML: The Definitive Guide CGI Programming JavaScript: The Definitive Guide Programming Perl WebMaster in a Nutshell
Hosted by uCoz