Package net.sf.saxon.om
Interface MutableDocumentInfo
- All Known Implementing Classes:
DocumentImpl
public interface MutableDocumentInfo
Interface representing the document node of a mutable document
-
Method Summary
Modifier and TypeMethodDescriptionvoid
This method is called before performing a batch of updates; it allows all cached data that might be invalidated by such updates to be cleared
-
Method Details
-
resetIndexes
void resetIndexes()This method is called before performing a batch of updates; it allows all cached data that might be invalidated by such updates to be cleared
-