|
||||||||||
| 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.BaliseCase
public class BaliseCase
Classe spÈcialisÈe reprÈsentant une balise "case" 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 | |
|---|---|
BaliseCase(Case cas,
ValSchema val)
Constructeur utilisÈ pour la sauvegarde. |
|
BaliseCase(org.jdom.Element e,
ValSchema val)
Constructeur utilisÈ pour le chargement. |
|
| Method Summary | |
|---|---|
void |
createBalisesValue()
Pour la sauvegarde - Parcourt tous les attributs du Case et instancie les BaliseValue correspondantes. |
BaliseValue |
getAttValue(java.lang.String id)
Retourne la BaliseValue associÈ au DescriptiveElement d'identificateur id. |
java.util.Hashtable |
getAttValues()
Retourne la table de hachage des BaliseValue. |
Case |
getCase()
Retourne le Case associÈ ‡ la BaliseCase. |
ValSchema |
getValSchema()
Retourne le ValSchema associÈ ‡ la BaliseCase. |
void |
process(org.jdom.Element e)
Pour le chargement - Parcourt tous les Element |
void |
put(BaliseValue bv)
Ajoute la BaliseValue bv ‡ la table de hachage. |
void |
setCase(Case cas)
Initialise le Case associÈ ‡ la BaliseCase. |
void |
setValSchema(ValSchema val)
Initialise le ValSchema associÈ ‡ la BaliseCase. |
| 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 BaliseCase(org.jdom.Element e,
ValSchema val)
e - -
org.jdom.Elementval - -
ikbs.rco.value.ValSchemaBaliseCase(Case, ValSchema)
public BaliseCase(Case cas,
ValSchema val)
cas - -
ikbs.rco.value.Caseval - -
ikbs.rco.value.ValSchemaBaliseCase(Element, ValSchema)| Method Detail |
|---|
public void createBalisesValue()
public void setValSchema(ValSchema val)
val - -
ikbs.rco.value.ValSchemagetValSchema()public ValSchema getValSchema()
setValSchema(ValSchema)public void setCase(Case cas)
cas - -
ikbs.rco.value.CasegetCase()public Case getCase()
setCase(Case)public java.util.Hashtable getAttValues()
public void put(BaliseValue bv)
bv ‡ la table de hachage.
bv - -
BaliseValuepublic BaliseValue getAttValue(java.lang.String id)
id.
id - -
String
public void process(org.jdom.Element e)
e - -
org.jdom.Element
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||