Uses of Class
org.cybergarage.xml.Parser
- 
Packages that use 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.newsSubclasses 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.soapMethods 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.upnpMethods 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.parserSubclasses of Parser in org.cybergarage.xml.parser Modifier and Type Class Description classJaxpParser
 
-