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