Searched defs:Augmentations (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/
H A DAugmentations.java26 * The Augmentations interface defines a table of additional data that may
32 * Methods that receive Augmentations are required to copy the information
34 * The Augmentations content is volatile, and maybe modified by any method in
41 public interface Augmentations { interface
45 * Add additional information identified by a key to the Augmentations structure.
50 * @return the previous value of the specified key in the Augmentations structure,
57 * Get information identified by a key from the Augmentations structure
61 * @return the value to which the key is mapped in the Augmentations structure;
68 * Remove additional info from the Augmentations structure
71 * @return the previous value of the specified key in the Augmentations structur
[all...]

Completed in 76 milliseconds