|
dbXML API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.dbxml.xml.dtsm.CompressedTable
CompressedTable
| Constructor Summary | |
CompressedTable(byte[] data,
SymbolTable symbols)
|
|
| Method Summary | |
byte[] |
getData()
|
DocumentTableEntry |
getEntry(int idx)
getEntry returns the DocumentTableEntry associated with the specified index. |
int |
getEntryCount()
getEntryCount returns the number of entries in this DocumentTable. |
SymbolTable |
getSymbolTable()
getSymbolTable returns the SymbolTable associated with this DocumentTable. |
Value |
getValue(int idx)
getValue returns the Value associated with the specified index. |
Value |
getValue(ValueTableEntry vte)
|
int |
getValueCount()
getValueCount returns the number of values in this DocumentTable. |
ValueTableEntry |
getValueEntry(int idx)
getValueEntry returns the ValueTableEntry associated with the specified index. |
void |
setSymbolTable(SymbolTable symbols)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CompressedTable(byte[] data,
SymbolTable symbols)
| Method Detail |
public byte[] getData()
public void setSymbolTable(SymbolTable symbols)
public SymbolTable getSymbolTable()
DocumentTable
getSymbolTable in interface DocumentTablepublic int getEntryCount()
DocumentTable
getEntryCount in interface DocumentTablepublic DocumentTableEntry getEntry(int idx)
DocumentTable
getEntry in interface DocumentTableidx - The DocumentTableEntry to retrieve
public int getValueCount()
DocumentTable
getValueCount in interface DocumentTablepublic ValueTableEntry getValueEntry(int idx)
DocumentTable
getValueEntry in interface DocumentTableidx - The ValueTableEntry to retrieve
public Value getValue(int idx)
DocumentTable
getValue in interface DocumentTableidx - The Value to retrieve
public Value getValue(ValueTableEntry vte)
|
dbXML API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||