Uses of Class
org.jdesktop.deployment.jnlp.servlet.XMLAttribute

Packages that use XMLAttribute
org.jdesktop.deployment.jnlp.servlet   
 

Uses of XMLAttribute in org.jdesktop.deployment.jnlp.servlet
 

Methods in org.jdesktop.deployment.jnlp.servlet that return XMLAttribute
 XMLAttribute XMLNode.getAttributes()
           
 XMLAttribute XMLAttribute.getNext()
           
 

Methods in org.jdesktop.deployment.jnlp.servlet with parameters of type XMLAttribute
 void XMLAttribute.setNext(XMLAttribute next)
           
 

Constructors in org.jdesktop.deployment.jnlp.servlet with parameters of type XMLAttribute
XMLAttribute(java.lang.String name, java.lang.String value, XMLAttribute next)
           
XMLNode(java.lang.String name, XMLAttribute attr)
          Creates a ELEMENT node
XMLNode(java.lang.String name, XMLAttribute attr, XMLNode nested, XMLNode next)
          Creates a ELEMENT node
 



Copyright © 2005 Sun Microsystems All Rights Reserved.