Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp6170 enum ForWhat { ForTextNodes, ForAttributes }; enumerator
15191 if (m_forWhat == ForAttributes) in encodeTo()
15358 m_os << ' ' << name << "=\"" << XmlEncode( attribute, XmlEncode::ForAttributes ) << '"'; in writeAttribute()