Home
last modified time | relevance | path

Searched refs:m_currentPath (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/xmlsecurity/tools/uno/
H A DXMLSecurityFrameworkController.java68 private Stack m_currentPath; field in XMLSecurityFrameworkController
194 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 …]
/AOO42X/main/writerfilter/source/resourcemodel/
H A DXPathLogger.cxx40 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()
/AOO42X/main/writerfilter/inc/resourcemodel/
H A DXPathLogger.hxx48 string m_currentPath; member in writerfilter::XPathLogger