Searched defs:_xmlSchemaNodeInfo (Results 1 – 1 of 1) sorted by relevance
887 struct _xmlSchemaNodeInfo { struct888 int nodeType;889 xmlNodePtr node;890 int nodeLine;891 const xmlChar *localName;892 const xmlChar *nsName;893 const xmlChar *value;894 xmlSchemaValPtr val; /* the pre-computed value if any */895 xmlSchemaTypePtr typeDef; /* the complex/simple type definition if any */897 int flags; /* combination of node info flags */[all …]