|
Xindice API version 1.2m1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
CompressionHandler is a SAX callback interface for reporting positional information about Xindice compressed Documents. All of these methods will be called immediate before any SAX start methods.
| Field Summary | |
static String |
HANDLER
|
| Method Summary | |
void |
dataBytes(byte[] data)
dataBytes sets the byte array for the definitions to follow. |
void |
dataLocation(int pos,
int len)
dataLocation reports positional information for the Node to follow. |
void |
symbolID(short symbolID)
symbolID reports the SymbolID for the Node to follow. |
void |
symbols(SymbolTable symbols)
symbols reports the Symbol table that is being used for the decompression. |
| Field Detail |
public static final String HANDLER
| Method Detail |
public void symbols(SymbolTable symbols)
symbols - The Symbol Tablepublic void dataBytes(byte[] data)
data - The Data
public void dataLocation(int pos,
int len)
pos - The offset into the data for this Nodelen - The length of this Node's definitionpublic void symbolID(short symbolID)
symbolID - The Symbol ID
|
Xindice API version 1.2m1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||