|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jdom.Content
org.jdom.Element
ikbs.rco.xml.BaliseIllustration
public class BaliseIllustration
Classe spÈcialisÈe reprÈsentant une balise "illustration" dans la reprÈsentation arborescente hybride du fichier XML.
| Field Summary |
|---|
| Fields inherited from class org.jdom.Element |
|---|
additionalNamespaces, name, namespace |
| Fields inherited from class org.jdom.Content |
|---|
parent |
| Constructor Summary | |
|---|---|
BaliseIllustration(org.jdom.Element e)
Pour le chargement - "Duplique" l'ÈlÈment |
|
BaliseIllustration(java.lang.String illustration)
Pour la sauvegarde - on parcourt les divers objets IKBS prÈsents en mÈmoire. |
|
| Method Summary | |
|---|---|
java.lang.String |
getMotsCles()
Retourne la sous-balise "motsCles". |
java.lang.String |
getRelatif()
Retourne l'attribut "relatif". |
java.lang.String |
getUrl()
Retourne le contenu de la sous-balise "motsCles". |
void |
loadIllustration(RCOElement value)
Pour le chargement - On instancie les objets IKBS ayant trait aux illustrations en fonction du contenu de la baliseIllustration. |
void |
setMotsCles(java.lang.String motsCles)
Initialise la sous-balise "motsCles" de la BaliseIllustration courante. |
void |
setRelatif(java.lang.String relatif)
Initialise l'attribut "relatif" de la BaliseIllustration courante. |
void |
setUrl(java.lang.String url)
Initialise la sous-balise "url" de la BaliseIllustration courante. |
| Methods inherited from class org.jdom.Element |
|---|
addContent, addContent, addContent, addContent, addContent, addNamespaceDeclaration, clone, cloneContent, getAdditionalNamespaces, getAttribute, getAttribute, getAttributes, getAttributeValue, getAttributeValue, getAttributeValue, getAttributeValue, getChild, getChild, getChildren, getChildren, getChildren, getChildText, getChildText, getChildTextNormalize, getChildTextNormalize, getChildTextTrim, getChildTextTrim, getContent, getContent, getContent, getContentSize, getDescendants, getDescendants, getName, getNamespace, getNamespace, getNamespacePrefix, getNamespaceURI, getQualifiedName, getText, getTextNormalize, getTextTrim, getValue, indexOf, isAncestor, isRootElement, removeAttribute, removeAttribute, removeAttribute, removeChild, removeChild, removeChildren, removeChildren, removeContent, removeContent, removeContent, removeContent, removeNamespaceDeclaration, setAttribute, setAttribute, setAttribute, setAttributes, setContent, setContent, setContent, setContent, setName, setNamespace, setText, toString |
| Methods inherited from class org.jdom.Content |
|---|
detach, equals, getDocument, getParent, getParentElement, hashCode, setParent |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jdom.Parent |
|---|
getDocument, getParent |
| Constructor Detail |
|---|
public BaliseIllustration(org.jdom.Element e)
e - -
org.jdom.ElementBaliseIllustration(String)public BaliseIllustration(java.lang.String illustration)
illustration - -
StringBaliseIllustration(Element)| Method Detail |
|---|
public void loadIllustration(RCOElement value)
loadIllustrations(String) de la classe
ikbs.rco.RCOElement
value - RCOElement.loadIllustrations(String)public void setRelatif(java.lang.String relatif)
relatif - -
StringgetRelatif()public void setUrl(java.lang.String url)
url - -
StringgetUrl()public void setMotsCles(java.lang.String motsCles)
motsCles - -
StringgetMotsCles()public java.lang.String getRelatif()
setRelatif(String)public java.lang.String getUrl()
setUrl(String)public java.lang.String getMotsCles()
setMotsCles(String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||