Lines Matching defs:_xmlSchemaNodeInfo
880 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 */
892 int valNeeded;
893 int normVal;
895 xmlSchemaElementPtr decl; /* the element/attribute declaration */
896 int depth;
897 xmlSchemaPSVIIDCBindingPtr idcTable; /* the table of PSVI IDC bindings
899 xmlSchemaIDCMatcherPtr idcMatchers; /* the IDC matchers for the scope
901 xmlRegExecCtxtPtr regexCtxt;
903 const xmlChar **nsBindings; /* Namespace bindings on this element */
904 int nbNsBindings;
905 int sizeNsBindings;
907 int hasKeyrefs;
908 int appliedXPath; /* Indicates that an XPath has been applied. */