Searched refs:p_addToPath (Results 1 – 2 of 2) sorted by relevance
1187 public void appendPath(String p_addToPath) throws MalformedURIException in appendPath() argument1190 if (p_addToPath == null || p_addToPath.trim().length() == 0) in appendPath()1195 if (!isURIString(p_addToPath)) in appendPath()1197 …Utils.messages.createMessage(MsgKey.ER_PATH_INVALID_CHAR, new Object[]{p_addToPath})); //"Path con… in appendPath()1202 if (p_addToPath.startsWith("/")) in appendPath()1204 m_path = p_addToPath; in appendPath()1208 m_path = "/" + p_addToPath; in appendPath()1213 if (p_addToPath.startsWith("/")) in appendPath()1215 m_path = m_path.concat(p_addToPath.substring(1)); in appendPath()1219 m_path = m_path.concat(p_addToPath); in appendPath()[all …]
1207 public void appendPath(String p_addToPath) throws MalformedURIException in appendPath() argument1210 if (p_addToPath == null || p_addToPath.trim().length() == 0) in appendPath()1215 if (!isURIString(p_addToPath)) in appendPath()1217 ….createXMLMessage(XMLErrorResources.ER_PATH_INVALID_CHAR, new Object[]{p_addToPath})); //"Path con… in appendPath()1222 if (p_addToPath.startsWith("/")) in appendPath()1224 m_path = p_addToPath; in appendPath()1228 m_path = "/" + p_addToPath; in appendPath()1233 if (p_addToPath.startsWith("/")) in appendPath()1235 m_path = m_path.concat(p_addToPath.substring(1)); in appendPath()1239 m_path = m_path.concat(p_addToPath); in appendPath()[all …]