Syntax
struct ElementChange;
Description
This structure describes a single change that is part of a batch of changes.
Field Summary
|
Accessor |
This contains the accessor to the element which changed
|
|
Element |
This contains the element that was inserted or changed.
|
|
ReplacedElement |
This contains the element that was replaced or removed.
|
|
Field Details
|
|
Syntax
any Accessor;
Description
This contains the accessor to the element which changed
The type and the value of the accessor depends on the service.
Syntax
any Element;
Description
This contains the element that was inserted or changed.
Syntax
any ReplacedElement;
Description
This contains the element that was replaced or removed.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.