public interface SOAPElement
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Element |
getContent()
Returns the element as a DOM Element.
|
boolean |
isDirty()
Returns whether the element has changed since it was
constructed.
|
void |
setContent(org.w3c.dom.Element content)
Changes the element to the given DOM Element.
|
void |
setDirty(boolean isDirty)
If the Node representing the element is changed directly, this method
must be called to indicate the element has changed.
|
org.w3c.dom.Element getContent()
void setContent(org.w3c.dom.Element content)
content
- Element replacing the previous element.boolean isDirty()
void setDirty(boolean isDirty)
isDirty
- Boolean indicating that the element has been changed.
True if changed, false if not (reset to its original
content).?? 2022 Perforce Software, All rights reserved
This software is the confidential and proprietary information of Perforce, Inc. and is subject to copyright protection under laws of the United States of America and other countries. The use of this software should be in accordance with the license agreement terms you entered into with Perforce, Inc.