| Package | Description |
|---|---|
| tecgraf.javautils.xml |
| Modifier and Type | Method and Description |
|---|---|
List<? extends XMLAttribute> |
XMLElement.getAttributes()
Retorna uma cópia read-only da lista de atributos.
|
List<? extends XMLAttribute> |
XMLElementInterface.getAttributes()
Retorna a lista de atributos do elemento.
|
| Modifier and Type | Method and Description |
|---|---|
XMLElementInterface |
XMLElement.newAttributeList(List<XMLAttribute> newAttrs)
Redefine os atributos do elemento a partir de uma lista externa.
|
XMLElementInterface |
XMLElementInterface.newAttributeList(List<XMLAttribute> newAttrs)
Redefine os atributos do elemento baseado em um novo mapa.
|
void |
XMLBasicHandler.startElement(String uri,
String localName,
String qName,
List<XMLAttribute> attributes)
Evento de nova tag.
|
void |
XMLHandlerInterface.startElement(String uri,
String localName,
String qName,
List<XMLAttribute> attributes)
Evento de nova tag.
|
static void |
XMLElement.writeAttributes(Writer writer,
List<? extends XMLAttribute> attributes)
Escreve uma lista de atributos no stream corrente, na forma nome="valor".
|
static void |
XMLBasicElement.writeStartTag(String tagName,
Writer writer,
String ident,
List<? extends XMLAttribute> attrs)
Escreve uma tag de abertura arbitrária (sem "\n" no final), com uma lista
de atributos (
XMLAttribute) também arbitrária. |
static void |
XMLBasicElement.writeStartTagln(String tagName,
Writer writer,
String ident,
List<? extends XMLAttribute> attrs)
Escreve uma tag de abertura arbitrária (com "\n" no final), com uma lista
de atributos (
XMLAttribute) também arbitrária. |
Copyright © 2016 Tecgraf/PUC-Rio. All rights reserved.