Lines Matching defs:_xmlSchemaNodeInfo
901 struct _xmlSchemaNodeInfo { struct
902 int nodeType;
903 xmlNodePtr node;
904 int nodeLine;
905 const xmlChar *localName;
906 const xmlChar *nsName;
907 const xmlChar *value;
908 xmlSchemaValPtr val; /* the pre-computed value if any */
909 xmlSchemaTypePtr typeDef; /* the complex/simple type definition if any */
911 int flags; /* combination of node info flags */
913 int valNeeded;
914 int normVal;
916 xmlSchemaElementPtr decl; /* the element/attribute declaration */
917 int depth;
918 xmlSchemaPSVIIDCBindingPtr idcTable; /* the table of PSVI IDC bindings
920 xmlSchemaIDCMatcherPtr idcMatchers; /* the IDC matchers for the scope
922 xmlRegExecCtxtPtr regexCtxt;
924 const xmlChar **nsBindings; /* Namespace bindings on this element */
925 int nbNsBindings;
926 int sizeNsBindings;
928 int hasKeyrefs;
929 int appliedXPath; /* Indicates that an XPath has been applied. */