Uses of Class
org.cybergarage.xml.Parser
| 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.xml.parser |
-
Uses of Parser in net.i2p.router.news
Subclasses of Parser in net.i2p.router.news Modifier and Type Class Description classXMLParserOverride so that XHTML is parsed correctly. -
Uses of Parser in org.cybergarage.soap
Methods in org.cybergarage.soap that return Parser Modifier and Type Method Description static ParserSOAP. getXMLParser()Methods in org.cybergarage.soap with parameters of type Parser Modifier and Type Method Description static voidSOAP. setXMLParser(Parser parser) -
Uses of Parser in org.cybergarage.upnp
Methods in org.cybergarage.upnp that return Parser Modifier and Type Method Description static ParserUPnP. getXMLParser()Methods in org.cybergarage.upnp with parameters of type Parser Modifier and Type Method Description static voidUPnP. setXMLParser(Parser parser) -
Uses of Parser in org.cybergarage.xml.parser
Subclasses of Parser in org.cybergarage.xml.parser Modifier and Type Class Description classJaxpParser