Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c887 struct _xmlSchemaNodeInfo { struct
888 int nodeType;
889 xmlNodePtr node;
890 int nodeLine;
891 const xmlChar *localName;
892 const xmlChar *nsName;
893 const xmlChar *value;
894 xmlSchemaValPtr val; /* the pre-computed value if any */
895 xmlSchemaTypePtr typeDef; /* the complex/simple type definition if any */
897 int flags; /* combination of node info flags */
[all …]