Uses of Class
org.cybergarage.xml.Node
| Package | Description | 
|---|---|
| net.i2p.router.news | 
 
Classes to parse the I2P news format, which follows the Atom
standard with additional metadata for the I2P update notification feature. 
 | 
| org.cybergarage.soap | |
| org.cybergarage.upnp | |
| org.cybergarage.upnp.control | |
| org.cybergarage.upnp.xml | |
| org.cybergarage.xml | |
| org.cybergarage.xml.parser | 
- 
Uses of Node in net.i2p.router.news
Methods in net.i2p.router.news that return Node Modifier and Type Method Description NodeNewsXMLParser. parse(File file)Process the XML file.NodeNewsXMLParser. parse(InputStream in)Process the XML input stream.NodeXMLParser. parse(Node parentNode, Node domNode, int rank)Modified from UPnP JaxpParserMethods in net.i2p.router.news that return types with arguments of type Node Modifier and Type Method Description static List<Node>NewsXMLParser. getNodes(Node node, String name)Helper to get all Nodes matching the nameMethods in net.i2p.router.news with parameters of type Node Modifier and Type Method Description static List<Node>NewsXMLParser. getNodes(Node node, String name)Helper to get all Nodes matching the nameNodeXMLParser. parse(Node parentNode, Node domNode, int rank)Modified from UPnP JaxpParserstatic voidXMLParser. toString(StringBuilder buf, Node node)A replacement for Node.toString(), which does not recognize #text.Method parameters in net.i2p.router.news with type arguments of type Node Modifier and Type Method Description static booleanPersistNews. store(I2PAppContext ctx, List<Node> entries)Store each entry.booleanNewsManager. storeEntries(List<Node> entries)Store each entry. - 
Uses of Node in org.cybergarage.soap
Methods in org.cybergarage.soap that return Node Modifier and Type Method Description static NodeSOAP. createEnvelopeBodyNode()NodeSOAPRequest. getBodyNode()NodeSOAPResponse. getBodyNode()NodeSOAPRequest. getEnvelopeNode()NodeSOAPResponse. getEnvelopeNode()NodeSOAPResponse. getFaultActorNode()NodeSOAPResponse. getFaultCodeNode()NodeSOAPResponse. getFaultDetailNode()NodeSOAPResponse. getFaultNode()NodeSOAPResponse. getFaultStringNode()NodeSOAPResponse. getMethodResponseNode(String name)Methods in org.cybergarage.soap with parameters of type Node Modifier and Type Method Description voidSOAPRequest. setContent(Node node)voidSOAPResponse. setContent(Node node)voidSOAPRequest. setEnvelopeNode(Node node)voidSOAPResponse. setEnvelopeNode(Node node) - 
Uses of Node in org.cybergarage.upnp
Methods in org.cybergarage.upnp that return Node Modifier and Type Method Description NodeAction. getActionNode()NodeArgument. getActionNode()NodeAllowedValue. getAllowedValueNode()NodeAllowedValueRange. getAllowedValueRangeNode()NodeArgument. getArgumentNode()NodeDevice. getDeviceNode()NodeIcon. getIconNode()NodeDevice. getRootNode()NodeService. getServiceNode()NodeStateVariable. getServiceNode()NodeStateVariable. getStateVariableNode()Methods in org.cybergarage.upnp with parameters of type Node Modifier and Type Method Description static booleanAction. isActionNode(Node node)static booleanAllowedValue. isAllowedValueNode(Node node)static booleanAllowedValueRange. isAllowedValueRangeNode(Node node)static booleanArgument. isArgumentNode(Node node)static booleanDevice. isDeviceNode(Node node)static booleanIcon. isIconNode(Node node)static booleanService. isServiceNode(Node node)static booleanStateVariable. isStateVariableNode(Node node)voidDevice. setDeviceNode(Node node)voidDevice. setRootNode(Node node)(package private) voidStateVariable. setServiceNode(Node n)Constructors in org.cybergarage.upnp with parameters of type Node Constructor Description Action(Node serviceNode)Action(Node serviceNode, Node actionNode)AllowedValue(Node node)AllowedValueRange(Node node)Argument(Node servNode)Argument(Node servNode, Node argNode)Device(Node device)Device(Node root, Node device)Icon(Node node)Service(Node node)StateVariable(Node serviceNode, Node stateVarNode) - 
Uses of Node in org.cybergarage.upnp.control
Methods in org.cybergarage.upnp.control that return Node Modifier and Type Method Description NodeActionRequest. getActionNode() - 
Uses of Node in org.cybergarage.upnp.xml
Methods in org.cybergarage.upnp.xml that return Node Modifier and Type Method Description NodeNodeData. getNode()NodeServiceData. getSCPDNode()Methods in org.cybergarage.upnp.xml with parameters of type Node Modifier and Type Method Description voidNodeData. setNode(Node node)voidServiceData. setSCPDNode(Node node) - 
Uses of Node in org.cybergarage.xml
Methods in org.cybergarage.xml that return Node Modifier and Type Method Description NodeNodeList. getEndsWith(String name)NodeNode. getNode(int index)NodeNode. getNode(String name)NodeNodeList. getNode(int n)NodeNodeList. getNode(String name)NodeNode. getNodeEndsWith(String name)NodeNode. getParentNode()NodeNode. getRootNode()NodeParser. parse(File descriptionFile)abstract NodeParser. parse(InputStream inStream)NodeParser. parse(String descr)NodeParser. parse(URL locationURL)Methods in org.cybergarage.xml with parameters of type Node Modifier and Type Method Description voidNode. addNode(Node node)voidNode. insertNode(Node node, int index)booleanNode. removeNode(Node node)booleanNode. set(Node otherNode)voidNode. setParentNode(Node node)Constructors in org.cybergarage.xml with parameters of type Node Constructor Description Node(Node otherNode) - 
Uses of Node in org.cybergarage.xml.parser