Searched refs:modifyAugmentations (Results 1 - 2 of 2) 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...]
H A DXIncludeTextReader.java465 fHandler.modifyAugmentations(null, true));

Completed in 38 milliseconds