Home
last modified time | relevance | path

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

/trunk/main/xmlsecurity/tools/uno/
H A DXMLSecurityFrameworkController.java68 private Stack m_currentPath; field in XMLSecurityFrameworkController
194 m_currentPath = new Stack(); in XMLSecurityFrameworkController()
476 if (!m_currentPath.empty()) in checkSecurityElement()
480 if (!m_currentPath.empty()) in checkSecurityElement()
513 if (!m_currentPath.empty()) in checkSecurityElement()
517 if (!m_currentPath.empty()) in checkSecurityElement()
538 m_currentPath.push(keyInfo); in checkSecurityElement()
545 if (!m_currentPath.empty()) in checkSecurityElement()
549 if (!m_currentPath.empty()) in checkSecurityElement()
916 if (!m_currentPath.empty()) in endElement()
[all …]
/trunk/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()
/trunk/main/writerfilter/inc/resourcemodel/
H A DXPathLogger.hxx48 string m_currentPath; member in writerfilter::XPathLogger

Completed in 25 milliseconds