Home
last modified time | relevance | path

Searched refs:ouIdAttr (Results 1 – 2 of 2) sorted by relevance

/trunk/main/xmlsecurity/source/helper/
H A Dxsecparser.cxx49 rtl::OUString ouIdAttr = xAttribs->getValueByName( in getIdAttr() local
52 if (ouIdAttr == NULL) in getIdAttr()
54 ouIdAttr = xAttribs->getValueByName( in getIdAttr()
58 return ouIdAttr; in getIdAttr()
97 rtl::OUString ouIdAttr = getIdAttr(xAttribs); in startElement() local
98 if (ouIdAttr != NULL) in startElement()
100 m_pXSecController->collectToVerify( ouIdAttr ); in startElement()
106 if (ouIdAttr != NULL) in startElement()
108 m_pXSecController->setId( ouIdAttr ); in startElement()
175 if (ouIdAttr != NULL) in startElement()
[all …]
/trunk/main/xmlsecurity/tools/demo/
H A Dperformance.cxx1053 rtl::OUString ouIdAttr = xAttribs->getValueByName( in startElement() local
1056 if (ouIdAttr == NULL) in startElement()
1058 ouIdAttr = xAttribs->getValueByName( in startElement()
1062 bool bHasIdAttr = (ouIdAttr != NULL && ouIdAttr.getLength() > 0 ); in startElement()
1080 checkReference(name, xAttribs, ouIdAttr); in startElement()

Completed in 21 milliseconds