Lines Matching defs:_xmlSchemaNodeInfo
887 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 */
899 int valNeeded;
900 int normVal;
902 xmlSchemaElementPtr decl; /* the element/attribute declaration */
903 int depth;
904 xmlSchemaPSVIIDCBindingPtr idcTable; /* the table of PSVI IDC bindings
906 xmlSchemaIDCMatcherPtr idcMatchers; /* the IDC matchers for the scope
908 xmlRegExecCtxtPtr regexCtxt;
910 const xmlChar **nsBindings; /* Namespace bindings on this element */
911 int nbNsBindings;
912 int sizeNsBindings;
914 int hasKeyrefs;
915 int appliedXPath; /* Indicates that an XPath has been applied. */