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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLDocumentFragmentScannerImpl.java405 private Augmentations fTempAugmentations = null; field in class:XMLDocumentFragmentScannerImpl
1812 if (fTempAugmentations != null) {
1813 fTempAugmentations.removeAllItems();
1816 fTempAugmentations = new AugmentationsImpl();
1818 augs = fTempAugmentations;

Completed in 38 milliseconds