Descripción
Sintaxis
public abstract SOAPElement createElement(String localName) throws SOAPException
public abstract SOAPElement createElement(String localName, String prefix, String uri) throws SOAPException
public SOAPElement createElement(QName qname) throws SOAPException
public abstract SOAPElement createElement(Name name) throws SOAPException
public SOAPElement createElement(Element domElement) throws SOAPException
Parámetros
- QName qname,
- String localName,
- Element domElement,
- String uri,
- Name name,
- String prefix,
Excepciones
Clase Padre
Ejemplo
Líneas de Código
Vídeos Java
Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.