Class js.util.Set
Object
|
+--js.lang.EntityObject
|
+--js.util.Set
- class
js.util.Set
- extends js.lang.EntityObject
Defined in Set.js
|
Method Summary |
Object
|
add(obj)
|
void
|
clear()
|
Object
|
contains(obj)
|
Object
|
isEmpty()
|
void
|
marshal(<DOMElement> element, <js.util.Map> marshalContext)
Marshal my attributes into the passed element, recursively
marshalling enclosed elements.
|
Object
|
remove(obj)
|
Object
|
size()
|
void
|
unmarshal(<DOMElement> element, <String> type, <js.util.Map> unmarshalContext)
Called to unmarshal this object from an XML element.
|
js.util.Set
js.util.Set()
add
Object add(obj)
clear
void clear()
contains
Object contains(obj)
isEmpty
Object isEmpty()
marshal
void marshal(<DOMElement> element, <js.util.Map> marshalContext)
Marshal my attributes into the passed element, recursively
marshalling enclosed elements.
Parameters:
element - The XML element into which we're marshaling.
marshalContext - The marshaling context.
remove
Object remove(obj)
size
Object size()
unmarshal
void unmarshal(<DOMElement> element, <String> type, <js.util.Map> unmarshalContext)
Called to unmarshal this object from an XML element.
Parameters:
element - The XML element we're unmarshalling from.
type - The type of data in the element (unused here).
unmarshalContext - The context into which we're unmarshalling.
Documentation generated by
JSDoc on Mon Jan 23 21:56:18 2006