diff options
Diffstat (limited to 'include/libxml/tree.h')
| -rw-r--r-- | include/libxml/tree.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/libxml/tree.h b/include/libxml/tree.h index e1940868..fd6065bf 100644 --- a/include/libxml/tree.h +++ b/include/libxml/tree.h @@ -423,14 +423,14 @@ struct _xmlNode { struct _xmlNode *next; /* next sibling link */ struct _xmlNode *prev; /* previous sibling link */ struct _xmlDoc *doc; /* the containing document */ + + /* End of common part */ xmlNs *ns; /* pointer to the associated namespace */ #ifndef XML_USE_BUFFER_CONTENT xmlChar *content; /* the content */ #else xmlBufferPtr content; /* the content in a buffer */ #endif - - /* End of common part */ struct _xmlAttr *properties;/* properties list */ xmlNs *nsDef; /* namespace definitions on this node */ }; |
