Last change
on this file since 104377 was 104377, checked in by vboxsync, 12 months ago |
Adding proper svn:sync tags for libxml2-2.12.6. ​bugref:10640
|
File size:
563 bytes
|
Line | |
---|
1 | #ifndef XML_TREE_H_PRIVATE__
|
---|
2 | #define XML_TREE_H_PRIVATE__
|
---|
3 |
|
---|
4 | /*
|
---|
5 | * Internal variable indicating if a callback has been registered for
|
---|
6 | * node creation/destruction. It avoids spending a lot of time in locking
|
---|
7 | * function while checking if the callback exists.
|
---|
8 | */
|
---|
9 | XML_HIDDEN extern int
|
---|
10 | __xmlRegisterCallbacks;
|
---|
11 |
|
---|
12 | XML_HIDDEN xmlNodePtr
|
---|
13 | xmlStaticCopyNode(xmlNodePtr node, xmlDocPtr doc, xmlNodePtr parent,
|
---|
14 | int extended);
|
---|
15 | XML_HIDDEN xmlNodePtr
|
---|
16 | xmlStaticCopyNodeList(xmlNodePtr node, xmlDocPtr doc, xmlNodePtr parent);
|
---|
17 |
|
---|
18 | #endif /* XML_TREE_H_PRIVATE__ */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.