Lines Matching refs:SOAPElement

40  * {@link SOAPEnvelope} or other {@link SOAPElement} objects.
63 * Creates a <code>SOAPElement</code> object from an existing DOM
65 * as an argument is already a <code>SOAPElement</code> then this method
67 * <code>SOAPElement</code> is created and a deep copy is made of the
75 * @return a new <code>SOAPElement</code> that is a copy of <code>domElement</code>.
78 * <code>SOAPElement</code> object
82 public SOAPElement createElement(Element domElement) throws SOAPException {
87 * Creates a <code>SOAPElement</code> object initialized with the
89 * will depend on the name given to the new <code>SOAPElement</code>. For
90 * instance, a new <code>SOAPElement</code> with the name
97 * @return the new <code>SOAPElement</code> object that was
101 * <code>SOAPElement</code> object
104 public abstract SOAPElement createElement(Name name) throws SOAPException;
107 * Creates a <code>SOAPElement</code> object initialized with the
109 * will depend on the name given to the new <code>SOAPElement</code>. For
110 * instance, a new <code>SOAPElement</code> with the name
117 * @return the new <code>SOAPElement</code> object that was
121 * <code>SOAPElement</code> object
125 public SOAPElement createElement(QName qname) throws SOAPException {
130 * Creates a <code>SOAPElement</code> object initialized with the
136 * @return the new <code>SOAPElement</code> object that was
140 * <code>SOAPElement</code> object
142 public abstract SOAPElement createElement(String localName)
147 * Creates a new <code>SOAPElement</code> object with the given
149 * will depend on the name given to the new <code>SOAPElement</code>. For
150 * instance, a new <code>SOAPElement</code> with the name
156 * @param prefix the prefix for this <code>SOAPElement</code>
161 * <code>SOAPElement</code> object
163 public abstract SOAPElement createElement(