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 |
Modifier and Type | Method and Description |
---|---|
Node |
NewsXMLParser.parse(File file)
Process the XML file.
|
Node |
NewsXMLParser.parse(InputStream in)
Process the XML input stream.
|
Node |
XMLParser.parse(Node parentNode,
Node domNode,
int rank)
Modified from UPnP JaxpParser
|
Modifier and Type | Method and Description |
---|---|
static List<Node> |
NewsXMLParser.getNodes(Node node,
String name)
Helper to get all Nodes matching the name
|
Modifier and Type | Method and Description |
---|---|
static List<Node> |
NewsXMLParser.getNodes(Node node,
String name)
Helper to get all Nodes matching the name
|
Node |
XMLParser.parse(Node parentNode,
Node domNode,
int rank)
Modified from UPnP JaxpParser
|
static void |
XMLParser.toString(StringBuilder buf,
Node node)
A replacement for Node.toString(), which does not recognize #text.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
PersistNews.store(I2PAppContext ctx,
List<Node> entries)
Store each entry.
|
boolean |
NewsManager.storeEntries(List<Node> entries)
Store each entry.
|
Modifier and Type | Method and Description |
---|---|
static Node |
SOAP.createEnvelopeBodyNode() |
Node |
SOAPRequest.getBodyNode() |
Node |
SOAPResponse.getBodyNode() |
Node |
SOAPRequest.getEnvelopeNode() |
Node |
SOAPResponse.getEnvelopeNode() |
Node |
SOAPResponse.getFaultActorNode() |
Node |
SOAPResponse.getFaultCodeNode() |
Node |
SOAPResponse.getFaultDetailNode() |
Node |
SOAPResponse.getFaultNode() |
Node |
SOAPResponse.getFaultStringNode() |
Node |
SOAPResponse.getMethodResponseNode(String name) |
Modifier and Type | Method and Description |
---|---|
void |
SOAPRequest.setContent(Node node) |
void |
SOAPResponse.setContent(Node node) |
void |
SOAPRequest.setEnvelopeNode(Node node) |
void |
SOAPResponse.setEnvelopeNode(Node node) |
Modifier and Type | Method and Description |
---|---|
Node |
Action.getActionNode() |
Node |
Argument.getActionNode() |
Node |
AllowedValue.getAllowedValueNode() |
Node |
AllowedValueRange.getAllowedValueRangeNode() |
Node |
Argument.getArgumentNode() |
Node |
Device.getDeviceNode() |
Node |
Icon.getIconNode() |
Node |
Device.getRootNode() |
Node |
StateVariable.getServiceNode() |
Node |
Service.getServiceNode() |
Node |
StateVariable.getStateVariableNode() |
Modifier and Type | Method and Description |
---|---|
static 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) |
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
Node |
ActionRequest.getActionNode() |
Modifier and Type | Method and Description |
---|---|
Node |
NodeData.getNode() |
Node |
ServiceData.getSCPDNode() |
Modifier and Type | Method and Description |
---|---|
void |
NodeData.setNode(Node node) |
void |
ServiceData.setSCPDNode(Node node) |
Modifier and Type | Method and Description |
---|---|
Node |
NodeList.getEndsWith(String name) |
Node |
NodeList.getNode(int n) |
Node |
Node.getNode(int index) |
Node |
NodeList.getNode(String name) |
Node |
Node.getNode(String name) |
Node |
Node.getNodeEndsWith(String name) |
Node |
Node.getParentNode() |
Node |
Node.getRootNode() |
Node |
Parser.parse(File descriptionFile) |
abstract Node |
Parser.parse(InputStream inStream) |
Node |
Parser.parse(String descr) |
Node |
Parser.parse(URL locationURL) |
Modifier and Type | Method and Description |
---|---|
void |
Node.addNode(Node node) |
void |
Node.insertNode(Node node,
int index) |
boolean |
Node.removeNode(Node node) |
boolean |
Node.set(Node otherNode) |
void |
Node.setParentNode(Node node) |
Constructor and Description |
---|
Node(Node otherNode) |
Modifier and Type | Method and Description |
---|---|
Node |
JaxpParser.parse(InputStream inStream) |
Node |
JaxpParser.parse(Node parentNode,
Node domNode) |
Node |
JaxpParser.parse(Node parentNode,
Node domNode,
int rank) |
Modifier and Type | Method and Description |
---|---|
Node |
JaxpParser.parse(Node parentNode,
Node domNode) |
Node |
JaxpParser.parse(Node parentNode,
Node domNode,
int rank) |