public class Envelope
extends java.lang.Object
Constructor and Description |
---|
Envelope() |
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Element |
getBodyElement()
Returns the body as a DOM element.
|
org.w3c.dom.Element |
getEnvelopeElement()
Returns the envelope as a DOM element.
|
org.w3c.dom.Element |
getHeaderElement()
Returns the header as a DOM element.
|
void |
setBodyElement(org.w3c.dom.Element el)
Changes the body element.
|
void |
setEnvelopeElement(org.w3c.dom.Element el)
Changes the envelope element.
|
void |
setHeaderElement(org.w3c.dom.Element el)
Changes the header element.
|
public void setEnvelopeElement(org.w3c.dom.Element el)
el
- The envelope as a DOM Element.public org.w3c.dom.Element getEnvelopeElement()
public void setHeaderElement(org.w3c.dom.Element el)
el
- The header as a DOM Element.public org.w3c.dom.Element getHeaderElement()
public void setBodyElement(org.w3c.dom.Element el)
el
- The body as a DOM Element.public org.w3c.dom.Element getBodyElement()
?? 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.