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 NodeMalformedXMLParser. getRootNode(java.io.InputStream input)Parses the data from anInputStreamto create a XML tree.static NodeParser. getRootNode(java.io.InputStream input, ParserSettings settings)Methods in net.sourceforge.jnlp with parameters of type Node Modifier and Type Method Description protected voidParser. 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)LaunchDescParser. getLauncher(Node parent)java.util.List<ResourcesDesc>Parser. getResources(Node parent, boolean j2se)SecurityDescParser. getSecurity(Node parent)java.net.URLParser. 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.
-