All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.xmlrpc.parser.StringParser Maven / Gradle / Ivy

There is a newer version: 3.1.3
Show newest version
package org.apache.xmlrpc.parser;

import org.xml.sax.SAXException;


/** Parser implementation for parsing a string.
 */
public class StringParser extends AtomicParser {
	protected void setResult(String pResult) throws SAXException {
		super.setResult((Object) pResult);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy