Uses of Class
jnlp.sample.servlet.XMLAttribute

Packages that use XMLAttribute
jnlp.sample.servlet   
 

Uses of XMLAttribute in jnlp.sample.servlet
 

Methods in jnlp.sample.servlet that return XMLAttribute
 XMLAttribute XMLNode.getAttributes()
           
 XMLAttribute XMLAttribute.getNext()
           
 

Methods in jnlp.sample.servlet with parameters of type XMLAttribute
 void XMLAttribute.setNext(XMLAttribute next)
           
 

Constructors in jnlp.sample.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-2010 Sun Microsystems. All Rights Reserved.