| 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 |
SOAP (Simple Object Access Protocol) implementation for UPnP.
|
| org.cybergarage.upnp |
Universal Plug and Play (UPnP) framework core components.
|
| org.cybergarage.xml.parser |
XML parser implementations and utilities.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XMLParser
Enhanced XML parser for I2P news content with XHTML support.
|
| Modifier and Type | Method and Description |
|---|---|
static Parser |
SOAP.getXMLParser() |
| Modifier and Type | Method and Description |
|---|---|
static void |
SOAP.setXMLParser(Parser parser) |
| Modifier and Type | Method and Description |
|---|---|
static Parser |
UPnP.getXMLParser()
Gets the XML parser used by the UPnP framework.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
UPnP.setXMLParser(Parser parser)
Sets the XML parser to be used by the UPnP framework.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JaxpParser
JAXP-based XML parser implementation.
|