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

soot.jimple.infoflow.android.results.xml.XmlConstants Maven / Gradle / Ivy

There is a newer version: 2.14.1
Show newest version
package soot.jimple.infoflow.android.results.xml;

/**
 * Class containing the tag and attribute names for serializing data flow
 * results to XML.
 * 
 * @author Steven Arzt
 *
 */
class XmlConstants {

	class Tags {

		// presently not used

	}

	class Attributes {

		public static final String systemCategory = "SystemCategory";
		public static final String userCategory = "UserCategory";

	}

	class Values {

		public static final String TRUE = "true";
		public static final String FALSE = "false";

	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy