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