Uses of Class
net.sourceforge.jnlp.Node
-
Packages that use Node Package Description net.sourceforge.jnlp This package contains the classes that represent the parts of a Java Network Launching Protocol (JNLP) file as objects, and a way to launch a JNLP file as an application, applet, or installer. -
-
Uses of Node in net.sourceforge.jnlp
Methods in net.sourceforge.jnlp that return Node Modifier and Type Method Description Node
MalformedXMLParser. getRootNode(java.io.InputStream input)
Parses the data from anInputStream
to create a XML tree.static Node
Parser. getRootNode(java.io.InputStream input, ParserSettings settings)
Methods in net.sourceforge.jnlp with parameters of type Node Modifier and Type Method Description protected void
Parser. addInfo(InformationDesc info, Node node, java.lang.String mod, java.lang.Object value)
Adds a key,value pair to the information object.java.util.List<InformationDesc>
Parser. getInfo(Node parent)
LaunchDesc
Parser. getLauncher(Node parent)
java.util.List<ResourcesDesc>
Parser. getResources(Node parent, boolean j2se)
SecurityDesc
Parser. getSecurity(Node parent)
java.net.URL
Parser. getURL(Node node, java.lang.String name, java.net.URL base)
Constructors in net.sourceforge.jnlp with parameters of type Node Constructor Description Parser(JNLPFile file, java.net.URL base, Node root, ParserSettings settings)
Create a parser for the JNLP file.Parser(JNLPFile file, java.net.URL base, Node root, ParserSettings settings, java.net.URL codebase)
Create a parser for the JNLP file.
-