Descripción
Sintaxis
void writeAttribute(String localName, String value) throws XMLStreamException
void writeAttribute(String namespaceURI, String localName, String value) throws XMLStreamException
void writeAttribute(String prefix, String namespaceURI, String localName, String value) throws XMLStreamException
Parámetros
- String localName,
- String namespaceURI,
- String value,
- String prefix,
Excepciones
XMLStreamException, IllegalStateException
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.