Searched defs:_xmlSchemaAttrInfo (Results 1 – 1 of 1) sorted by relevance
938 struct _xmlSchemaAttrInfo { struct939 int nodeType;940 xmlNodePtr node;941 int nodeLine;942 const xmlChar *localName;943 const xmlChar *nsName;944 const xmlChar *value;945 xmlSchemaValPtr val; /* the pre-computed value if any */946 xmlSchemaTypePtr typeDef; /* the complex/simple type definition if any */947 int flags; /* combination of node info flags */[all …]