Uses of Class
org.cybergarage.xml.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
Modifier and TypeMethodDescriptionProcess the XML file.NewsXMLParser.parse
(InputStream in) Process the XML input stream.Modified from UPnP JaxpParserModifier and TypeMethodDescriptionHelper to get all Nodes matching the nameModifier 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.Modifier 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
Modifier 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) Modifier 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
Modifier and TypeMethodDescriptionAction.getActionNode()
Argument.getActionNode()
AllowedValue.getAllowedValueNode()
AllowedValueRange.getAllowedValueRangeNode()
Argument.getArgumentNode()
Device.getDeviceNode()
Icon.getIconNode()
Device.getRootNode()
Service.getServiceNode()
StateVariable.getServiceNode()
StateVariable.getStateVariableNode()
Modifier 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) ModifierConstructorDescriptionAllowedValue
(Node node) AllowedValueRange
(Node node) StateVariable
(Node serviceNode, Node stateVarNode) -
Uses of Node in org.cybergarage.upnp.control
-
Uses of Node in org.cybergarage.upnp.xml
-
Uses of Node in org.cybergarage.xml
Modifier 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) Modifier and TypeMethodDescriptionvoid
void
Node.insertNode
(Node node, int index) boolean
Node.removeNode
(Node node) boolean
void
Node.setParentNode
(Node node) -
Uses of Node in org.cybergarage.xml.parser