Searched defs:_xmlSchemaNodeInfo (Results 1 – 1 of 1) sorted by relevance
880 struct _xmlSchemaNodeInfo { struct881 int nodeType;882 xmlNodePtr node;883 int nodeLine;884 const xmlChar *localName;885 const xmlChar *nsName;886 const xmlChar *value;887 xmlSchemaValPtr val; /* the pre-computed value if any */888 xmlSchemaTypePtr typeDef; /* the complex/simple type definition if any */890 int flags; /* combination of node info flags */[all …]