Home
last modified time | relevance | path

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

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