Home
last modified time | relevance | path

Searched defs:_xmlSchemaAttrInfo (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dxmlschemas.c938 struct _xmlSchemaAttrInfo { struct
939 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 …]