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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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
-