Added subitems for sections.
This commit is contained in:
@@ -206,6 +206,11 @@ namespace znode
|
||||
return !children().empty();
|
||||
}
|
||||
|
||||
bool has_child(int idx) const
|
||||
{
|
||||
return (idx>-1 && idx<children().size());
|
||||
}
|
||||
|
||||
//! testet, ob kinder vorhanden sind.
|
||||
bool has_child(str_cref tagname ) const
|
||||
{
|
||||
|
Reference in New Issue
Block a user