Home
last modified time | relevance | path

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

/aosp_15_r20/external/libxml2/
H A Dxmlschemas.c880 struct _xmlSchemaNodeInfo { struct
881 int nodeType;
882 xmlNodePtr node;
883 int nodeLine;
884 const xmlChar *localName;
885 const xmlChar *nsName;
886 const xmlChar *value;
887 xmlSchemaValPtr val; /* the pre-computed value if any */
888 xmlSchemaTypePtr typeDef; /* the complex/simple type definition if any */
890 int flags; /* combination of node info flags */
[all …]