Uses of Class
org.cybergarage.xml.Node
Packages that use Node
Package
Description
Classes to parse the I2P news format, which follows the Atom
standard with additional metadata for the I2P update notification feature.
-
Uses of Node in net.i2p.router.news
Methods in net.i2p.router.news that return NodeModifier and TypeMethodDescriptionProcess the XML file.NewsXMLParser.parse(InputStream in) Process the XML input stream.Modified from UPnP JaxpParserMethods in net.i2p.router.news that return types with arguments of type NodeModifier and TypeMethodDescriptionHelper to get all Nodes matching the nameMethods in net.i2p.router.news with parameters of type NodeModifier and TypeMethodDescriptionHelper to get all Nodes matching the nameModified 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 NodeModifier and TypeMethodDescriptionstatic 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 NodeModifier and TypeMethodDescriptionstatic final NodeSOAP.createEnvelopeBodyNode()SOAPRequest.getBodyNode()SOAPResponse.getBodyNode()SOAPRequest.getEnvelopeNode()SOAPResponse.getEnvelopeNode()SOAPResponse.getFaultActorNode()SOAPResponse.getFaultCodeNode()SOAPResponse.getFaultDetailNode()SOAPResponse.getFaultNode()SOAPResponse.getFaultStringNode()SOAPResponse.getMethodResponseNode(String name) Methods in org.cybergarage.soap with parameters of type NodeModifier and TypeMethodDescriptionvoidSOAPRequest.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 NodeModifier and TypeMethodDescriptionAction.getActionNode()Argument.getActionNode()AllowedValue.getAllowedValueNode()AllowedValueRange.getAllowedValueRangeNode()Argument.getArgumentNode()Device.getDeviceNode()Icon.getIconNode()Device.getRootNode()Service.getServiceNode()StateVariable.getServiceNode()StateVariable.getStateVariableNode()Methods in org.cybergarage.upnp with parameters of type NodeModifier and TypeMethodDescriptionstatic 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 NodeModifierConstructorDescriptionAllowedValue(Node node) AllowedValueRange(Node node) StateVariable(Node serviceNode, Node stateVarNode) -
Uses of Node in org.cybergarage.upnp.control
Methods in org.cybergarage.upnp.control that return Node -
Uses of Node in org.cybergarage.upnp.xml
Methods in org.cybergarage.upnp.xml that return NodeMethods in org.cybergarage.upnp.xml with parameters of type Node -
Uses of Node in org.cybergarage.xml
Methods in org.cybergarage.xml that return NodeModifier and TypeMethodDescriptionNodeList.getEndsWith(String name) Node.getNode(int index) NodeList.getNode(int n) Node.getNodeEndsWith(String name) Node.getParentNode()Node.getRootNode()abstract NodeParser.parse(InputStream inStream) Methods in org.cybergarage.xml with parameters of type NodeModifier and TypeMethodDescriptionvoidvoidNode.insertNode(Node node, int index) booleanNode.removeNode(Node node) booleanvoidNode.setParentNode(Node node) Constructors in org.cybergarage.xml with parameters of type Node -
Uses of Node in org.cybergarage.xml.parser
Methods in org.cybergarage.xml.parser that return NodeMethods in org.cybergarage.xml.parser with parameters of type Node