Uses of Class
net.sourceforge.jnlp.Node
Packages that use Node
Package
Description
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 NodeModifier and TypeMethodDescriptionMalformedXMLParser.getRootNode
(InputStream input) Parses the data from anInputStream
to create a XML tree.static Node
Parser.getRootNode
(InputStream input, ParserSettings settings) Methods in net.sourceforge.jnlp with parameters of type NodeModifier and TypeMethodDescriptionprotected void
Parser.addInfo
(InformationDesc info, Node node, String mod, Object value) Adds a key,value pair to the information object.Parser.getLauncher
(Node parent) Parser.getResources
(Node parent, boolean j2se) Parser.getSecurity
(Node parent) Constructors in net.sourceforge.jnlp with parameters of type Node