Home
last modified time | relevance | path

Searched defs:XmlSnippet (Results 1 – 1 of 1) sorted by relevance

/dports/security/lasso/lasso-2.7.0/lasso/xml/
H A Dprivate.h98 struct XmlSnippet { struct
99 char *name; /* name of the node or attribute to match */
100 SnippetType type; /* type of node to deserialize */
101 guint offset; /* offset of the storage field relative to the public or private object (if
104 char *class_name; /* Force a certain LassoNode class for deserializing a node, usually
106 char *ns_name; /* if the namespace is different from the one of the parent node, specify it
108 char *ns_uri;