|
||||||||||
| 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.BaliseRule
public class BaliseRule
Classe spÈcialisÈe reprÈsentant une balise "rule" 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 | |
|---|---|
BaliseRule(org.jdom.Element e)
Constructeur utilisÈ lors du chargement. |
|
BaliseRule(Rule rule)
Constructeur. |
|
| Method Summary | |
|---|---|
org.jdom.Element |
getCondition()
Retourne l'ÈlÈment correspondant ‡ la balise condition de la balise rule de l'arborescence hybride. |
java.lang.String |
getNewValue()
Retourne la chaine de caractere reprÈsentant la nouvelle valeur de l'ÈlÈment courant de la rËgle |
java.lang.String |
getRegleString()
Retourne la chaine de caractËre reprÈsentant la rËgle. |
java.lang.String |
getSource()
Retourne la chaine de caractere reprÈsentant l'ÈlÈment source de la rËgle |
java.lang.String |
getSourceValue()
Retourne la chaine de caractere reprÈsentant la valeur de l'ÈlÈment source de la rËgle |
void |
initBaliseCondition(org.jdom.Element e,
org.jdom.Element condition)
Initialise la balise condition de l'arborescence hybride en fonction de l'element e passÈ en paramËtre. |
void |
set(java.lang.String source,
java.lang.String sourceValue,
org.jdom.Element parent)
CrÈe et initialise les balises source et sourceValue de la balise condition qui elle même est imbriquÈe dans la balise rule ;-) |
void |
setNewValue(java.lang.String newValue)
Initialise la chaine de caractËre reprÈsentant la nouvelle valeur de l'ÈlÈment courant. |
| 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 BaliseRule(org.jdom.Element e)
e - -
org.jdom.Elementpublic BaliseRule(Rule rule)
rule - -
ikbs.rco.rules.Rule| Method Detail |
|---|
public void set(java.lang.String source,
java.lang.String sourceValue,
org.jdom.Element parent)
source - -
StringsourceValue - -
Stringparent - -
org.jdom.Elementpublic org.jdom.Element getCondition()
public void initBaliseCondition(org.jdom.Element e,
org.jdom.Element condition)
e - -
org.jdom.Elementcondition - -
org.jdom.Elementpublic java.lang.String getSource()
public java.lang.String getSourceValue()
public java.lang.String getNewValue()
public void setNewValue(java.lang.String newValue)
public java.lang.String getRegleString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||