| struct _xmlSecNodeSet |
xmlSecNodeSet: : the nodes list. : the parent XML document. : the flag: if set to 1 then will be destroyed when node set is destroyed. : the nodes set type. : the operation type. : the next nodes set. : the previous nodes set. : the children list (valid only if type equal to xmlSecNodeSetList).
The enchanced nodes set.
| Public Attributes | |
|---|---|
| xmlSecNodeSetPtr | children |
| int | destroyDoc |
| xmlDocPtr | doc |
| xmlSecNodeSetPtr | next |
| xmlNodeSetPtr | nodes |
| xmlSecNodeSetOp | op |
| xmlSecNodeSetPtr | prev |
| xmlSecNodeSetType | type |