public interface SearchElement extends SearchNode
| Modifier and Type | Method and Description |
|---|---|
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
|
setNextSibNum, setNodeNum, setParentNum, setPrevSibNumvoid setNameCode(int nameCode)
void setChildNum(int num)
void allocateAttributes(int nAttrs)
void setAttribute(int attrNum,
int nameCode,
String value)