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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xinclude/
H A DXIncludeHandler.java857 augs = modifyAugmentations(augs);
876 // we need to change the depth like this so that modifyAugmentations() works
878 augs = modifyAugmentations(augs);
941 augs = modifyAugmentations(augs);
952 augs = modifyAugmentations(augs);
1013 augs = modifyAugmentations(augs);
1024 augs = modifyAugmentations(augs);
1133 // we need to change the depth like this so that modifyAugmentations() works
1135 augs = modifyAugmentations(augs);
2281 protected Augmentations modifyAugmentations(Augmentation method in class:XIncludeHandler
2292 protected Augmentations modifyAugmentations( method in class:XIncludeHandler
[all...]

Completed in 536 milliseconds