|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.icl.saxon.om.Sequencer
The Sequencer class is responsible for allocating unique blocks of sequence numbers used for numbering nodes. Sequence numbers allocated by one sequencer instance are guaranteed unique.
Constructor Summary | |
Sequencer()
|
Method Summary | |
int |
allocate(int size)
Allocate a block of sequence numbers |
static Sequencer |
getDefaultDocumentSequencer()
Get the default document sequencer |
static Sequencer |
getDefaultNodeSequencer()
Get the default node sequencer |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Sequencer()
Method Detail |
public int allocate(int size)
size
- the number of sequence numbers to be allocatedpublic static Sequencer getDefaultDocumentSequencer()
public static Sequencer getDefaultNodeSequencer()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |