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 class
XMLParser
Override 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 Parser
SOAP. getXMLParser()
Methods in org.cybergarage.soap with parameters of type Parser Modifier and Type Method Description static void
SOAP. setXMLParser(Parser parser)
-
Uses of Parser in org.cybergarage.upnp
Methods in org.cybergarage.upnp that return Parser Modifier and Type Method Description static Parser
UPnP. getXMLParser()
Methods in org.cybergarage.upnp with parameters of type Parser Modifier and Type Method Description static void
UPnP. setXMLParser(Parser parser)
-
Uses of Parser in org.cybergarage.xml.parser
Subclasses of Parser in org.cybergarage.xml.parser Modifier and Type Class Description class
JaxpParser