summaryrefslogtreecommitdiff
path: root/docs/api/tmpl/base/nodeset.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api/tmpl/base/nodeset.sgml')
-rw-r--r--docs/api/tmpl/base/nodeset.sgml172
1 files changed, 0 insertions, 172 deletions
diff --git a/docs/api/tmpl/base/nodeset.sgml b/docs/api/tmpl/base/nodeset.sgml
deleted file mode 100644
index c31c4ffd..00000000
--- a/docs/api/tmpl/base/nodeset.sgml
+++ /dev/null
@@ -1,172 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-nodeset
-
-<!-- ##### SECTION Short_Description ##### -->
-Nodeset object implementation.
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-Nodeset object implementation.
-</para>
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### ENUM xmlSecNodeSetType ##### -->
-<para>
-
-</para>
-
-@xmlSecNodeSetNormal:
-@xmlSecNodeSetInvert:
-@xmlSecNodeSetTree:
-@xmlSecNodeSetTreeWithoutComments:
-@xmlSecNodeSetTreeInvert:
-@xmlSecNodeSetTreeWithoutCommentsInvert:
-@xmlSecNodeSetList:
-
-<!-- ##### ENUM xmlSecNodeSetOp ##### -->
-<para>
-
-</para>
-
-@xmlSecNodeSetIntersection:
-@xmlSecNodeSetSubtraction:
-@xmlSecNodeSetUnion:
-
-<!-- ##### STRUCT xmlSecNodeSet ##### -->
-<para>
-
-</para>
-
-@nodes:
-@doc:
-@destroyDoc:
-@type:
-@op:
-@next:
-@prev:
-@children:
-
-<!-- ##### USER_FUNCTION xmlSecNodeSetWalkCallback ##### -->
-<para>
-
-</para>
-
-@nset:
-@cur:
-@parent:
-@data:
-@Returns:
-
-
-<!-- ##### FUNCTION xmlSecNodeSetCreate ##### -->
-<para>
-
-</para>
-
-@doc:
-@nodes:
-@type:
-@Returns:
-
-
-<!-- ##### FUNCTION xmlSecNodeSetDestroy ##### -->
-<para>
-
-</para>
-
-@nset:
-
-
-<!-- ##### FUNCTION xmlSecNodeSetDocDestroy ##### -->
-<para>
-
-</para>
-
-@nset:
-
-
-<!-- ##### FUNCTION xmlSecNodeSetContains ##### -->
-<para>
-
-</para>
-
-@nset:
-@node:
-@parent:
-@Returns:
-
-
-<!-- ##### FUNCTION xmlSecNodeSetAdd ##### -->
-<para>
-
-</para>
-
-@nset:
-@newNSet:
-@op:
-@Returns:
-
-
-<!-- ##### FUNCTION xmlSecNodeSetAddList ##### -->
-<para>
-
-</para>
-
-@nset:
-@newNSet:
-@op:
-@Returns:
-
-
-<!-- ##### FUNCTION xmlSecNodeSetGetChildren ##### -->
-<para>
-
-</para>
-
-@doc:
-@parent:
-@withComments:
-@invert:
-@Returns:
-
-
-<!-- ##### FUNCTION xmlSecNodeSetWalk ##### -->
-<para>
-
-</para>
-
-@nset:
-@walkFunc:
-@data:
-@Returns:
-
-
-<!-- ##### FUNCTION xmlSecNodeSetDumpTextNodes ##### -->
-<para>
-
-</para>
-
-@nset:
-@out:
-@Returns:
-
-
-<!-- ##### FUNCTION xmlSecNodeSetDebugDump ##### -->
-<para>
-
-</para>
-
-@nset:
-@output:
-
-