Searched defs:_xmlSchemaNodeInfo (Results 1 – 1 of 1) sorted by relevance
894 struct _xmlSchemaNodeInfo { struct895 int nodeType;896 xmlNodePtr node;897 int nodeLine;898 const xmlChar *localName;899 const xmlChar *nsName;900 const xmlChar *value;901 xmlSchemaValPtr val; /* the pre-computed value if any */902 xmlSchemaTypePtr typeDef; /* the complex/simple type definition if any */904 int flags; /* combination of node info flags */[all …]