|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcontroleurs.ControleurTools
public class ControleurTools
Clase comportant des outils utilises dans les controleurs
Constructor Summary | |
---|---|
ControleurTools()
|
Method Summary | |
---|---|
static org.w3c.dom.Element |
createContactElement(ContactFull c,
org.w3c.dom.Document document)
Cree un element (dom) contact a partir d'un objet ContactFull |
static org.w3c.dom.Element |
createEvenementElement(Evenement c,
org.w3c.dom.Document document)
Cree un element (dom) contact a partir d'un objet Evenement |
static org.w3c.dom.Node |
getContact(org.w3c.dom.Document document,
java.lang.String id)
Retourne le noeud du document de type contact et ayant l'id id |
static org.w3c.dom.Node |
getEvenement(org.w3c.dom.Document document,
java.lang.String id)
Retourne le noeud du document de type evenement et ayant l'id id |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ControleurTools()
Method Detail |
---|
public static org.w3c.dom.Element createContactElement(ContactFull c, org.w3c.dom.Document document)
c
- l'objet a transformerdocument
- le document (dom) de reference
public static org.w3c.dom.Node getContact(org.w3c.dom.Document document, java.lang.String id)
document
- le document DOM ou l'on va chercherid
- l'id du contact a trouver
public static org.w3c.dom.Element createEvenementElement(Evenement c, org.w3c.dom.Document document)
c
- l'objet a transformerdocument
- le document (dom) de reference
public static org.w3c.dom.Node getEvenement(org.w3c.dom.Document document, java.lang.String id)
document
- le document DOM ou l'on va chercherid
- l'id du contact a trouver
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |