示例#1
0
 NodePtr Document::get_root() const {
     return NodePtr(new Node(DocumentConstPtr(this),m_doc.document_element()));
 }