|
BEA Systems, Inc. | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.apache.xerces.util.AugmentationsImpl
This class provides an implementation for Augmentations interface. Augmentations interface defines a hashtable of additional data that could be passed along the document pipeline. The information can contain extra arguments or infoset augmentations, for example PSVI. This additional information is identified by a String key.
Constructor Summary | |
AugmentationsImpl()
Deprecated. |
Method Summary | |
void |
clear()
Deprecated. Remove all objects from the Augmentations structure. |
Object |
getItem(String key)
Deprecated. Get information identified by a key from the Augmentations structure |
Enumeration |
keys()
Deprecated. Returns an enumeration of the keys in the Augmentations structure |
Object |
putItem(String key,
Object item)
Deprecated. Add additional information identified by a key to the Augmentations structure. |
Object |
removeItem(String key)
Deprecated. Remove additional info from the Augmentations structure |
String |
toString()
Deprecated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public AugmentationsImpl()
Method Detail |
public void clear()
clear
in interface Augmentations
public Object getItem(String key)
getItem
in interface Augmentations
key
- Identifier, can't be null
null
if the key is not mapped to any value.public Enumeration keys()
keys
in interface Augmentations
public Object putItem(String key, Object item)
putItem
in interface Augmentations
key
- Identifier, can't be null
item
- Additional information
null
if it did not have one.public Object removeItem(String key)
removeItem
in interface Augmentations
key
- Identifier, can't be null
null
if it did not have one.public String toString()
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs91 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |