Package | Description |
---|---|
jnlp.sample.servlet |
Modifier and Type | Method and Description |
---|---|
XMLAttribute |
XMLNode.getAttributes() |
XMLAttribute |
XMLAttribute.getNext() |
Modifier and Type | Method and Description |
---|---|
void |
XMLAttribute.setNext(XMLAttribute next) |
Constructor and Description |
---|
XMLAttribute(String name,
String value,
XMLAttribute next) |
XMLNode(String name,
XMLAttribute attr)
Creates a ELEMENT node
|
XMLNode(String name,
XMLAttribute attr,
XMLNode nested,
XMLNode next)
Creates a ELEMENT node
|
Copyright © 2005–2016 Sun Microsystems. All rights reserved.