|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectNodeImpl
TextImpl
SearchTextImpl
public class SearchTextImpl
Represents a text node that has been (possibly) modified to reflect query results.
Field Summary |
---|
Fields inherited from class TextImpl |
---|
text |
Fields inherited from class NodeImpl |
---|
document, nameCode, nextSibNum, NODE_LETTER, nodeNum, parentNum, prevSibNum |
Fields inherited from interface NodeInfo |
---|
ALL_NAMESPACES, EMPTY_NAMESPACE_LIST, IS_DTD_TYPE, IS_NILLED, LOCAL_NAMESPACES, NO_NAMESPACES |
Fields inherited from interface ValueRepresentation |
---|
EMPTY_VALUE_ARRAY |
Constructor Summary | |
---|---|
SearchTextImpl(SearchTree tree)
Construct |
Method Summary | |
---|---|
protected long |
getSequenceNumber()
Get a unique sequence number for this node. |
void |
setNextSibNum(int num)
Establish the next sibling node number |
void |
setNodeNum(int num)
Establish the node number |
void |
setParentNum(int parentNum)
Establish the parent node number |
void |
setPrevSibNum(int num)
Establish the previous sibling node number |
void |
setStringValue(String newText)
Establish the text value for this node |
Methods inherited from class TextImpl |
---|
copy, getNodeKind, getStringValue, init |
Methods inherited from class Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SearchTextImpl(SearchTree tree)
Method Detail |
---|
public void setNodeNum(int num)
setNodeNum
in interface SearchNode
public void setParentNum(int parentNum)
setParentNum
in interface SearchNode
public void setNextSibNum(int num)
setNextSibNum
in interface SearchNode
public void setPrevSibNum(int num)
setPrevSibNum
in interface SearchNode
public void setStringValue(String newText)
protected long getSequenceNumber()
getSequenceNumber
in class NodeImpl
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |