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

/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xinclude/
H A DXIncludeHandler.java876 augs = modifyAugmentations(augs);
895 // we need to change the depth like this so that modifyAugmentations() works
897 augs = modifyAugmentations(augs);
960 augs = modifyAugmentations(augs);
971 augs = modifyAugmentations(augs);
1032 augs = modifyAugmentations(augs);
1043 augs = modifyAugmentations(augs);
1152 // we need to change the depth like this so that modifyAugmentations() works
1154 augs = modifyAugmentations(augs);
2330 protected Augmentations modifyAugmentations(Augmentation method in class:XIncludeHandler
2341 protected Augmentations modifyAugmentations( method in class:XIncludeHandler
[all...]
H A DXIncludeTextReader.java467 fHandler.modifyAugmentations(null, true));

Completed in 94 milliseconds