Uses of Package
com.sforce.ws.parser
-
Packages that use com.sforce.ws.parser Package Description com.sforce.async com.sforce.ws.bind Provides Java to XML binding.com.sforce.ws.parser Provides pull parser based XML input and output streams.com.sforce.ws.wsdl Provides an WSDL Object model that can parse and generate WSDL. -
Classes in com.sforce.ws.parser used by com.sforce.async Class Description XmlInputStream This is a minimal pull parser.XmlOutputStream This is a minimal XML output stream, that can be used to write XML. -
Classes in com.sforce.ws.parser used by com.sforce.ws.bind Class Description XmlInputStream This is a minimal pull parser.XmlOutputStream This is a minimal XML output stream, that can be used to write XML. -
Classes in com.sforce.ws.parser used by com.sforce.ws.parser Class Description MXSerializer Implementation of XmlSerializer interface from XmlPull V1 API.PullParserException This exception is thrown if there is an error while parsing XML.XmlPullParser XML Pull Parser is an interface that defines parsing functionlity provided in XMLPULL V1 API (visit this website to learn more about API and its implementations).XmlPullParserException This exception is thrown to signal XML Pull Parser related faults. -
Classes in com.sforce.ws.parser used by com.sforce.ws.wsdl Class Description XmlInputStream This is a minimal pull parser.