|
dbXML API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
DocumentTable
Method Summary | |
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. |
int |
getValueCount()
getValueCount returns the number of values in this DocumentTable. |
ValueTableEntry |
getValueEntry(int idx)
getValueEntry returns the ValueTableEntry associated with the specified index. |
Method Detail |
public SymbolTable getSymbolTable()
public int getEntryCount()
public DocumentTableEntry getEntry(int idx)
idx
- The DocumentTableEntry to retrieve
public int getValueCount()
public ValueTableEntry getValueEntry(int idx)
idx
- The ValueTableEntry to retrieve
public Value getValue(int idx)
idx
- The Value to retrieve
|
dbXML API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |