Package net.sf.saxon.om
Class DocumentNumberAllocator
- java.lang.Object
-
- net.sf.saxon.om.DocumentNumberAllocator
-
- All Implemented Interfaces:
java.io.Serializable
public class DocumentNumberAllocator extends java.lang.Object implements java.io.Serializable
This class (which has one instance per Configuration) is used to allocate unique document numbers. It's a separate class so that it can act as a monitor for synchronization- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DocumentNumberAllocator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
allocateDocumentNumber()
Allocate a unique document number
-