|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
An element, which allows context node changes to propagate in the DOM tree.
| Field Summary |
| Fields inherited from interface org.w3c.dom.Node |
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE |
| Method Summary | |
void |
checkBinding()
check if my binding has changed |
short |
getBindingState()
|
InstanceNode |
getContextForDescendant()
an descendant asks for its context |
ModelElementImpl |
getModel()
get this elements model (look for parents if model attribute not found) |
InstanceNode |
getRefNode()
|
java.lang.String |
getTextWithPrecedence()
|
boolean |
hasBindingAttributes()
is this element bound. |
void |
notifyParentBindingChanged(DynBoundElementImpl ancestor)
notify that I should re-initialize my context node |
void |
renewBinding()
renew my bindings |
void |
resetContextNode()
reset my context node |
| Methods inherited from interface org.w3c.dom.Element |
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS |
| Methods inherited from interface org.w3c.dom.Node |
appendChild, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix |
| Method Detail |
public InstanceNode getContextForDescendant()
public void notifyParentBindingChanged(DynBoundElementImpl ancestor)
public ModelElementImpl getModel()
public short getBindingState()
public void renewBinding()
public void resetContextNode()
public void checkBinding()
public boolean hasBindingAttributes()
public InstanceNode getRefNode()
public java.lang.String getTextWithPrecedence()
throws XFormsLinkException
XFormsLinkException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||