| 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 | XMLParserEnhanced XML parser for I2P news content with XHTML support. |
| Modifier and Type | Method and Description |
|---|---|
static Parser | SOAP.getXMLParser()getXMLParser. |
| Modifier and Type | Method and Description |
|---|---|
static void | SOAP.setXMLParser(Parser parser)setXMLParser. |
| 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 | JaxpParserJAXP-based XML parser implementation. |