|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.basex.data.Skeleton.Node
public static final class Skeleton.Node
Skeleton node.
| Field Summary | |
|---|---|
Skeleton.Node[] |
ch
Children. |
int |
count
Tag counter. |
byte |
kind
Node kind. |
short |
name
Tag/attribute name reference. |
| Method Summary | |
|---|---|
void |
desc(java.util.ArrayList<Skeleton.Node> nodes)
Recursively adds the node and its descendants to the specified list. |
byte[] |
token(Data data)
Returns a readable representation of this node. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final short name
public final byte kind
public int count
public Skeleton.Node[] ch
| Method Detail |
|---|
public void desc(java.util.ArrayList<Skeleton.Node> nodes)
nodes - node listpublic byte[] token(Data data)
data - data reference
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||