| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectvdom.Vnode
vdom.reconstruction.Rnode
public class Rnode
| Field Summary | |
|---|---|
 int | 
countDel
 | 
 boolean | 
isEditing
 | 
 int | 
isNew
 | 
| Fields inherited from class vdom.Vnode | 
|---|
indexKey, ownerVtree, posFather, posLikeChild, refDomNode | 
| Constructor Summary | |
|---|---|
Rnode()
Costruttore  | 
|
Rnode(java.lang.Object ownerVtree,
      org.w3c.dom.Node refDomNode,
      int indexKey,
      int posFather,
      int posLikeChild)
Costruttore  | 
|
| Method Summary | |
|---|---|
 Rtree | 
getOwnerVtree()
Ritorna l'oggetto Vtree a cui appartiene il nodo  | 
| Methods inherited from class vdom.Vnode | 
|---|
getIndexKey, getPosFather, getPosLikeChild, getRefDomNode, setIndexKey, setOwnerVtree, setPosFather, setPosLikeChild, setRefDomNode | 
| Methods inherited from class java.lang.Object | 
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public int isNew
public boolean isEditing
public int countDel
| Constructor Detail | 
|---|
public Rnode()
public Rnode(java.lang.Object ownerVtree,
             org.w3c.dom.Node refDomNode,
             int indexKey,
             int posFather,
             int posLikeChild)
ownerVtree - Dtree di appartenenza del nodorefDomNode - Nodo DOM di riferimentoindexKey - Indice del nodoposFather - Indice del padre del nodoposLikeChild - Posizione come figlio del nodo| Method Detail | 
|---|
public Rtree getOwnerVtree()
Vnode
getOwnerVtree in class Vnode
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||