|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SearchElement
This interface is implemented by SearchElement and ProxyElement. It allows setting the attributes, node number, etc. of an element.
Method Summary | |
---|---|
void |
allocateAttributes(int nAttrs)
Allocate the array for pre-computed attributes |
void |
setAttribute(int attrNum,
int nameCode,
String value)
Set a particular attribute in the array |
void |
setChildNum(int num)
Set the number of the first child node |
void |
setNameCode(int nameCode)
Set the name code for an element |
Methods inherited from interface SearchNode |
---|
setNextSibNum, setNodeNum, setParentNum, setPrevSibNum |
Method Detail |
---|
void setNameCode(int nameCode)
void setChildNum(int num)
void allocateAttributes(int nAttrs)
void setAttribute(int attrNum, int nameCode, String value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |