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 void
XMLParser.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 boolean
PersistNews.store
(I2PAppContext ctx, List<Node> entries) Store each entry.boolean
NewsManager.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 Node
SOAP.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 TypeMethodDescriptionvoid
SOAPRequest.setContent
(Node node) void
SOAPResponse.setContent
(Node node) void
SOAPRequest.setEnvelopeNode
(Node node) void
SOAPResponse.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 boolean
Action.isActionNode
(Node node) static boolean
AllowedValue.isAllowedValueNode
(Node node) static boolean
AllowedValueRange.isAllowedValueRangeNode
(Node node) static boolean
Argument.isArgumentNode
(Node node) static boolean
Device.isDeviceNode
(Node node) static boolean
Icon.isIconNode
(Node node) static boolean
Service.isServiceNode
(Node node) static boolean
StateVariable.isStateVariableNode
(Node node) void
Device.setDeviceNode
(Node node) void
Device.setRootNode
(Node node) (package private) void
StateVariable.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 Node
Parser.parse
(InputStream inStream) Methods in org.cybergarage.xml with parameters of type NodeModifier and TypeMethodDescriptionvoid
void
Node.insertNode
(Node node, int index) boolean
Node.removeNode
(Node node) boolean
void
Node.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