Home
last modified time | relevance | path

Searched refs:_attPresence (Results 1 – 4 of 4) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Schema/
H A DDtdValidator.cs29 private Hashtable _attPresence; field in System.Xml.Schema.DtdValidator
47 _attPresence = new Hashtable(); in Init()
171 _attPresence.Clear(); in ValidateStartElement()
187 _attPresence.Add(attnDef.Name, attnDef); in ValidateStartElement()
218 context.ElementDecl.CheckAttributes(_attPresence, Reader.StandAlone); in ValidateEndStartElement()
H A DXdrValidator.cs19 private Hashtable _attPresence; field in System.Xml.Schema.XdrValidator
49 _attPresence = new Hashtable(); in Init()
249 _attPresence.Clear(); in ValidateStartElement()
270 _attPresence.Add(attnDef.Name, attnDef); in ValidateStartElement()
305 context.ElementDecl.CheckAttributes(_attPresence, reader.StandAlone); in ValidateEndStartElement()
H A DXmlSchemaValidator.cs90 private Hashtable _attPresence; //(AttName Vs AttIndex) field in System.Xml.Schema.XmlSchemaValidator
207 _attPresence = new Hashtable(); in Init()
546 if (_attPresence[attQName] != null) in ValidateAttribute()
697 _attPresence.Add(attQName, SchemaAttDef.Empty); in ValidateAttribute()
1014 if (_attPresence[attDef.Name] == null) in GetExpectedAttributes()
1050 if (!_attPresence.Contains(attdef.Name)) in GetUnspecifiedDefaultAttributes()
1578 if (_attPresence[s_xsiTypeSO.QualifiedName] == null) in AddXsiAttributes()
1582 if (_attPresence[s_xsiNilSO.QualifiedName] == null) in AddXsiAttributes()
1586 if (_attPresence[s_xsiSLSO.QualifiedName] == null) in AddXsiAttributes()
1590 if (_attPresence[s_xsiNoNsSLSO.QualifiedName] == null) in AddXsiAttributes()
[all …]
H A DXsdValidator.cs23 private Hashtable _attPresence; field in System.Xml.Schema.XsdValidator
66 _attPresence = new Hashtable(); in Init()
454 _attPresence.Clear(); in ValidateStartElement()
482 _attPresence.Add(attnDef.Name, attnDef); in ValidateStartElement()
532 if (HasIdentityConstraints && !_attPresence.Contains(attdef.Name)) in ValidateEndStartElement()
543 context.ElementDecl.CheckAttributes(_attPresence, reader.StandAlone); in ValidateEndStartElement()