Uses of Class
org.utgenome.gwt.utgb.client.util.xml.XMLAttribute

Packages that use XMLAttribute
org.utgenome.gwt.utgb.client.util.xml   
 

Uses of XMLAttribute in org.utgenome.gwt.utgb.client.util.xml
 

Methods in org.utgenome.gwt.utgb.client.util.xml that return XMLAttribute
 XMLAttribute XMLAttribute.add(String name, boolean value)
           
 XMLAttribute XMLAttribute.add(String name, int value)
           
 XMLAttribute XMLAttribute.add(String name, long value)
           
 XMLAttribute XMLAttribute.add(String name, String value)
           
 

Methods in org.utgenome.gwt.utgb.client.util.xml with parameters of type XMLAttribute
 XMLWriter XMLWriter.element(String tagName, XMLAttribute attribute)
           
 XMLWriter XMLWriter.element(String tagName, XMLAttribute attribute, String elementContent)
           
 XMLWriter XMLWriter.start(String tagName, XMLAttribute attribute)
           
 



Copyright © 2007-2012 utgenome.org. All Rights Reserved.