Searched refs:m_currentPath (Results 1 – 3 of 3) sorted by relevance
68 private Stack m_currentPath; field in XMLSecurityFrameworkController194 m_currentPath = new Stack(); in XMLSecurityFrameworkController()472 m_currentPath.push(signatureEntity); in checkSecurityElement()476 if (!m_currentPath.empty()) in checkSecurityElement()478 Object signedInfo = m_currentPath.pop(); in checkSecurityElement()480 if (!m_currentPath.empty()) in checkSecurityElement()482 Object objSignature = m_currentPath.peek(); in checkSecurityElement()504 m_currentPath.push(signedInfo); in checkSecurityElement()506 m_currentPath.push(localName); in checkSecurityElement()513 if (!m_currentPath.empty()) in checkSecurityElement()[all …]
40 return m_currentPath; in getXPath()45 m_currentPath = ""; in updateCurrentPath()51 if (m_currentPath.size() > 0) in updateCurrentPath()52 m_currentPath += "/"; in updateCurrentPath()54 m_currentPath += *aIt; in updateCurrentPath()
48 string m_currentPath; member in writerfilter::XPathLogger