vdom.reconstruction
Class Rnode

java.lang.Object
  extended by vdom.Vnode
      extended by vdom.reconstruction.Rnode

public class Rnode
extends Vnode

Author:
Mike Estensione del nodo DOM per aggiungere delle proprietà per la ricostruzione del documento

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

isNew

public int isNew

isEditing

public boolean isEditing

countDel

public int countDel
Constructor Detail

Rnode

public Rnode()
Costruttore


Rnode

public Rnode(java.lang.Object ownerVtree,
             org.w3c.dom.Node refDomNode,
             int indexKey,
             int posFather,
             int posLikeChild)
Costruttore

Parameters:
ownerVtree - Dtree di appartenenza del nodo
refDomNode - Nodo DOM di riferimento
indexKey - Indice del nodo
posFather - Indice del padre del nodo
posLikeChild - Posizione come figlio del nodo
Method Detail

getOwnerVtree

public Rtree getOwnerVtree()
Description copied from class: Vnode
Ritorna l'oggetto Vtree a cui appartiene il nodo

Overrides:
getOwnerVtree in class Vnode
Returns:
Vtree a cui appartiene il nodo