| 207 | } |
| 208 | template<class NODE, class OWNER> |
| 209 | inline bool GenericNode<NODE, OWNER>::hasChildren() const |
| 210 | { |
| 211 | return !mChildren.empty(); |
| 212 | } |
| 213 | template<class NODE, class OWNER> |
| 214 | inline const UString& GenericNode<NODE, OWNER>::getText() const |
| 215 | { |