Uses of Class
tecgraf.javautils.xml.XMLAttribute

Packages that use XMLAttribute
tecgraf.javautils.xml   
 

Uses of XMLAttribute in tecgraf.javautils.xml
 

Methods in tecgraf.javautils.xml that return types with arguments of type XMLAttribute
 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.
 

Method parameters in tecgraf.javautils.xml with type arguments of type XMLAttribute
 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 XMLHandlerInterface.startElement(String uri, String localName, String qName, List<XMLAttribute> attributes)
          Evento de nova tag.
 void XMLBasicHandler.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 © 2014 Tecgraf/PUC-Rio. All rights reserved.