示例#1
0
shared_ptr<HtmlAttribute> HtmlAttributes::get(size_t index) const
{
	return _findByIndex(index);
}
示例#2
0
shared_ptr<XMLAttribute> XMLAttributes::find(size_t index) const
{
	return _findByIndex(index);
}