Searched refs:parseProperties (Results 1 – 4 of 4) sorted by relevance
64 m_settings = ReportProperties.parseProperties (properties, getType ()); in initialize()
242 public static ParsedProperties parseProperties (final IProperties properties, final String type) in parseProperties() method in ReportProperties
138 properties = parseProperties(parser); in parseMessage()250 Map<String,Object> properties = parseProperties(parser); in parsePresence()593 public static Map<String, Object> parseProperties(XmlPullParser parser) throws Exception { in parseProperties() method in PacketParserUtils
139 properties = parseProperties(parser);251 Map<String,Object> properties = parseProperties(parser);594 public static Map<String, Object> parseProperties(XmlPullParser parser) throws Exception {