| 148 | | indent.c_str(), sName_.c_str(), nLevel_, Nodetype2String(eType_).c_str(), poParent_->sName_.c_str(), |
|---|
| 149 | | pvpoChildren_->size(), pvsContent_->size(), pvoAttributes_->size(), |
|---|
| 150 | | psExtent_->dfX1, psExtent_->dfX2, psExtent_->dfY1, psExtent_->dfY2, nLayerNumber_); |
|---|
| | 148 | indent.c_str(), sName_.c_str(), (int) nLevel_, Nodetype2String(eType_).c_str(), poParent_->sName_.c_str(), |
|---|
| | 149 | (int) pvpoChildren_->size(), (int) pvsContent_->size(), (int) pvoAttributes_->size(), |
|---|
| | 150 | psExtent_->dfX1, psExtent_->dfX2, psExtent_->dfY1, psExtent_->dfY2, nLayerNumber_); |
|---|
| 153 | | indent.c_str(), sName_.c_str(), nLevel_, Nodetype2String(eType_).c_str(), poParent_->sName_.c_str(), |
|---|
| 154 | | pvpoChildren_->size(), pvsContent_->size(), pvoAttributes_->size(), nLayerNumber_); |
|---|
| | 153 | indent.c_str(), sName_.c_str(), (int) nLevel_, Nodetype2String(eType_).c_str(), poParent_->sName_.c_str(), |
|---|
| | 154 | (int) pvpoChildren_->size(), (int) pvsContent_->size(), (int) pvoAttributes_->size(), nLayerNumber_); |
|---|
| 160 | | indent.c_str(), sName_.c_str(), nLevel_, Nodetype2String(eType_).c_str(), poParent_->sName_.c_str(), |
|---|
| 161 | | pvpoChildren_->size(), pvsContent_->size(), pvoAttributes_->size(), |
|---|
| 162 | | psExtent_->dfX1, psExtent_->dfX2, psExtent_->dfY1, psExtent_->dfY2); |
|---|
| | 160 | indent.c_str(), sName_.c_str(), (int) nLevel_, Nodetype2String(eType_).c_str(), poParent_->sName_.c_str(), |
|---|
| | 161 | (int) pvpoChildren_->size(), (int) pvsContent_->size(), (int) pvoAttributes_->size(), |
|---|
| | 162 | psExtent_->dfX1, psExtent_->dfX2, psExtent_->dfY1, psExtent_->dfY2); |
|---|
| 165 | | indent.c_str(), sName_.c_str(), nLevel_, Nodetype2String(eType_).c_str(), poParent_->sName_.c_str(), |
|---|
| 166 | | pvpoChildren_->size(), pvsContent_->size(), pvoAttributes_->size()); |
|---|
| | 165 | indent.c_str(), sName_.c_str(), (int) nLevel_, Nodetype2String(eType_).c_str(), poParent_->sName_.c_str(), |
|---|
| | 166 | (int) pvpoChildren_->size(), (int) pvsContent_->size(), (int) pvoAttributes_->size()); |
|---|
| 172 | | indent.c_str(), sName_.c_str(), nLevel_, Nodetype2String(eType_).c_str(), pvpoChildren_->size(), |
|---|
| 173 | | pvsContent_->size(), pvoAttributes_->size()); |
|---|
| | 172 | indent.c_str(), sName_.c_str(), (int) nLevel_, Nodetype2String(eType_).c_str(), (int) pvpoChildren_->size(), |
|---|
| | 173 | (int) pvsContent_->size(), (int) pvoAttributes_->size()); |
|---|