Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c946 struct _xmlSchemaAttrInfo { struct
947 int nodeType;
948 xmlNodePtr node;
949 int nodeLine;
950 const xmlChar *localName;
951 const xmlChar *nsName;
952 const xmlChar *value;
953 xmlSchemaValPtr val; /* the pre-computed value if any */
954 xmlSchemaTypePtr typeDef; /* the complex/simple type definition if any */
955 int flags; /* combination of node info flags */
[all …]