|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
A representation of the model object 'Element'.
org.eclipse.wsdl.WSDLPackage#getWSDLElement()| Method Summary | |
|---|---|
void |
elementChanged(org.w3c.dom.Element changedElement)
Called to indicate that the given element has changed; the element should typically be the same as the one returned getElement().
|
WSDLElement |
getContainer()
Returns the value of the 'Container' reference. |
org.w3c.dom.Element |
getDocumentationElement()
Returns the value of the 'Documentation Element' attribute |
org.w3c.dom.Element |
getElement()
Returns the value of the 'Element' attribute |
Definition |
getEnclosingDefinition()
Returns the Definition that contains this WSDL element. |
void |
setDocumentationElement(org.w3c.dom.Element value)
Sets the value of the ' Documentation Element' attribute |
void |
setElement(org.w3c.dom.Element value)
Sets the value of the ' Element' attribute |
void |
setEnclosingDefinition(Definition definition)
Sets the enclosing definition of this WSDL element. |
void |
updateElement()
Ensures that the underlying DOM element both exists and is up-to-date with respect to the model,
i.e., it serializes the component and maintains an association with that serialization. |
void |
updateElement(boolean deep)
Ensures that the underlying DOM element both exists and is up-to-date with respect to the model,
i.e., it serializes the component and maintains an association with that serialization.
|
| Method Detail |
public org.w3c.dom.Element getDocumentationElement()
If the meaning of the 'Documentation Element' attribute isn't clear, there really should be more of a description here...
setDocumentationElement(Element),
org.eclipse.wsdl.WSDLPackage#getWSDLElement_DocumentationElement()public void setDocumentationElement(org.w3c.dom.Element value)
Documentation Element' attribute.
value - the new value of the 'Documentation Element' attribute.getDocumentationElement()public org.w3c.dom.Element getElement()
This is the underlying DOM element associated with this component,
i.e., the serialization of this component.
setElement(Element),
org.eclipse.wsdl.WSDLPackage#getWSDLElement_Element()public void setElement(org.w3c.dom.Element value)
Element' attribute.
value - the new value of the 'Element' attribute.getElement()public Definition getEnclosingDefinition()
public void setEnclosingDefinition(Definition definition)
definition - the Definition that contains this WSDL element.
public void updateElement()
element both exists and is up-to-date with respect to the model,
i.e., it serializes the component and maintains an association with that serialization.
updateElement(boolean),
getElement()public void updateElement(boolean deep)
element both exists and is up-to-date with respect to the model,
i.e., it serializes the component and maintains an association with that serialization.
For deep == true,
or when getElement() == null,
this does the same thing as updateElement();
otherwise, it updates just the DOM element associated with this component to reflect the current state.
updateElement(),
getElement()public WSDLElement getContainer()
public void elementChanged(org.w3c.dom.Element changedElement)
getElement().
It is expected that clients will not call this themselves
since the DOM event listeners attached to the underlying DOM will invoke these automatically.
changedElement - the DOM element changed for this instance.
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||