public interface Augmentations
Note: Methods that receive Augmentations are required to copy the information if it is to be saved for use beyond the scope of the method. The Augmentations content is volatile, and maybe modified by any method in any component in the pipeline. Therefore, methods passed this structure should not save any reference to the structure.
| Modifier and Type | Method and Description |
|---|---|
Augmentations |
clone()
Clones this Augmentation in case one has to keep the reference.
|
Augmentations clone()
Copyright © 2024 HtmlUnit. All rights reserved.