|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.index.path.PathNode
public final class PathNode
This class represents a node of the path summary.
Field Summary | |
---|---|
PathNode[] |
ch
Children. |
byte |
kind
Node kind, defined in the Data class. |
short |
name
Tag/attribute name id. |
PathNode |
par
Parent. |
Stats |
stats
Node kind. |
Method Summary | |
---|---|
int |
level()
Returns the level of the path node. |
byte[] |
token(Data data)
Returns a readable representation of this node. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final short name
public final byte kind
Data
class.
public final PathNode par
public PathNode[] ch
public final Stats stats
Method Detail |
---|
public byte[] token(Data data)
data
- data reference
public int level()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |