Welcome to mirror list, hosted at ThFree Co, Russian Federation.

list.unix « System.XML « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 90586e70c79b49ddf111b5c82a08a3ecd09d0bff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
-r System -r mscorlib --target library -o System.Xml.dll --noconfig
System.Xml/XmlWhitespace.cs
System.Xml/ReadState.cs
System.Xml/WhitespaceHandling.cs
System.Xml/XmlChar.cs
System.Xml/XmlDocumentNavigator.cs
System.Xml/XmlCharacterData.cs
System.Xml/XmlNodeType.cs
System.Xml/XmlTextReader.cs
System.Xml/XmlReader.cs
System.Xml/XmlNode.cs
System.Xml/XmlSpace.cs
System.Xml/XmlEntityReference.cs
System.Xml/EntityHandling.cs
System.Xml/Formatting.cs
System.Xml/XmlTextWriter.cs
System.Xml/WriteState.cs
System.Xml/XmlElement.cs
System.Xml/XmlCDataSection.cs
System.Xml/ValidationType.cs
System.Xml/XmlNodeChangedAction.cs
System.Xml/XmlNodeReader.cs
System.Xml/IHasXmlNode.cs
System.Xml/XmlAttributeCollection.cs
System.Xml/XmlNamespaceManager.cs
System.Xml/XmlEntity.cs
System.Xml/XmlNameTable.cs
System.Xml/XmlException.cs
System.Xml/XmlComment.cs
System.Xml/IXmlLineInfo.cs
System.Xml/XmlNotation.cs
System.Xml/NameTable.cs
System.Xml/XmlDocumentFragment.cs
System.Xml/XmlNodeList.cs
System.Xml/XmlDeclaration.cs
System.Xml/XmlSignificantWhitespace.cs
System.Xml/XmlWriter.cs
System.Xml/XmlProcessingInstruction.cs
System.Xml/XmlText.cs
System.Xml/XmlParserContext.cs
System.Xml/XmlConvert.cs
System.Xml/XmlNodeChangedEventArgs.cs
System.Xml/XmlNodeListChildren.cs
System.Xml/XmlNodeChangedEventHandler.cs
System.Xml/XmlImplementation.cs
System.Xml/XmlNamedNodeMap.cs
System.Xml/XmlAttribute.cs
System.Xml/XmlTextWriterOpenElement.cs
System.Xml/XmlDocumentType.cs
System.Xml/XmlLinkedNode.cs
System.Xml/XmlConstructs.cs
System.Xml/XmlDocument.cs
System.Xml/TODOAttribute.cs
System.Xml/XmlNodeOrder.cs
System.Xml/XmlQualifiedName.cs
System.Xml/XmlResolver.cs
System.Xml/XmlTokenizedType.cs
System.Xml/XmlUrlResolver.cs
System.Xml.XPath/IXPathNavigable.cs
System.Xml.XPath/XPathExpression.cs
System.Xml.XPath/XPathNamespaceScope.cs
System.Xml.XPath/XPathNodeIterator.cs
System.Xml.XPath/XPathNodeType.cs
System.Xml.XPath/XPathResultType.cs
System.Xml.XPath/XmlDataType.cs
System.Xml.XPath/XmlSortOrder.cs
System.Xml.XPath/XPathScanner.cs
System.Xml.XPath/XmlCaseOrder.cs
System.Xml.XPath/XPathDocument.cs
System.Xml.XPath/XPathException.cs
System.Xml.XPath/XPathNavigator.cs
System.Xml.Schema/XmlSchemaAny.cs
System.Xml.Schema/XmlSchemaDerivationMethod.cs
System.Xml.Schema/XmlSchemaGroupBase.cs
System.Xml.Schema/XmlSchemaException.cs
System.Xml.Schema/XmlSchemaFacet.cs
System.Xml.Schema/XmlSchemaInclude.cs
System.Xml.Schema/XmlSchemaForm.cs
System.Xml.Schema/XmlSchemaSequence.cs
System.Xml.Schema/XmlSchemaKeyref.cs
System.Xml.Schema/XmlSchemaInfo.cs
System.Xml.Schema/XmlSchemaIdentityConstraint.cs
System.Xml.Schema/XmlSchemaLengthFacet.cs
System.Xml.Schema/XmlSchemaPatternFacet.cs
System.Xml.Schema/XmlSchemaXPath.cs
System.Xml.Schema/XmlSchemaObjectTable.cs
System.Xml.Schema/XmlSchemaCollectionEnumerator.cs
System.Xml.Schema/XmlSchemaRedefine.cs
System.Xml.Schema/XmlSchemaObjectCollection.cs
System.Xml.Schema/XmlSchemaSimpleTypeList.cs
System.Xml.Schema/XmlSchemaType.cs
System.Xml.Schema/XmlSchemaUtil.cs
System.Xml.Schema/ValidationHandler.cs
System.Xml.Schema/XmlSchemaContent.cs
System.Xml.Schema/XmlSchemaContentModel.cs
System.Xml.Schema/XmlSchemaSimpleContentExtension.cs
System.Xml.Schema/XmlSchemaContentType.cs
System.Xml.Schema/XmlSchemaDatatype.cs
System.Xml.Schema/XmlSchemaSimpleContentRestriction.cs
System.Xml.Schema/XmlSchemaComplexType.cs
System.Xml.Schema/XmlSchemaSimpleTypeRestriction.cs
System.Xml.Schema/XmlSchemaSimpleTypeUnion.cs
System.Xml.Schema/XmlSchemaEnumerationFacet.cs
System.Xml.Schema/XmlSchemaMaxLengthFacet.cs
System.Xml.Schema/XmlSchemaUse.cs
System.Xml.Schema/XmlSchemaAnnotated.cs
System.Xml.Schema/XmlSchemaUnique.cs
System.Xml.Schema/XmlSchemaFractionDigitsFacet.cs
System.Xml.Schema/ValidationEventArgs.cs
System.Xml.Schema/XmlSchemaGroupRef.cs
System.Xml.Schema/XmlSchemaAttributeGroup.cs
System.Xml.Schema/XmlSchema.cs
System.Xml.Schema/XmlSchemaDocumentation.cs
System.Xml.Schema/XmlSchemaKey.cs
System.Xml.Schema/XmlSchemaImport.cs
System.Xml.Schema/XmlSchemaMinLengthFacet.cs
System.Xml.Schema/XmlSchemaGroup.cs
System.Xml.Schema/XmlSchemaNotation.cs
System.Xml.Schema/XmlSchemaSimpleType.cs
System.Xml.Schema/XmlSchemaMaxExclusiveFacet.cs
System.Xml.Schema/XmlSchemaAnnotation.cs
System.Xml.Schema/XmlSchemaMaxInclusiveFacet.cs
System.Xml.Schema/XmlSchemaObject.cs
System.Xml.Schema/XmlSchemaAnyAttribute.cs
System.Xml.Schema/XmlSchemaMinExclusiveFacet.cs
System.Xml.Schema/XmlSchemaAppInfo.cs
System.Xml.Schema/XmlSchemaMinInclusiveFacet.cs
System.Xml.Schema/XmlSchemaParticle.cs
System.Xml.Schema/XmlSchemaAttribute.cs
System.Xml.Schema/XmlSchemaNumericFacet.cs
System.Xml.Schema/XmlSchemaObjectEnumerator.cs
System.Xml.Schema/XmlSchemaChoice.cs
System.Xml.Schema/XmlSchemaCollection.cs
System.Xml.Schema/XmlSchemaAttributeGroupRef.cs
System.Xml.Schema/XmlSchemaElement.cs
System.Xml.Schema/XmlSchemaExternal.cs
System.Xml.Schema/XmlSchemaAll.cs
System.Xml.Schema/XmlSchemaReader.cs
System.Xml.Schema/XmlSchemaComplexContentExtension.cs
System.Xml.Schema/XmlSchemaComplexContentRestriction.cs
System.Xml.Schema/XmlSchemaSimpleContent.cs
System.Xml.Schema/XmlSchemaTotalDigitsFacet.cs
System.Xml.Schema/XmlSchemaWhiteSpaceFacet.cs
System.Xml.Schema/XmlSchemaComplexContent.cs
System.Xml.Schema/XmlSchemaSimpleTypeContent.cs
System.Xml.Schema/XmlSeverityType.cs
System.Xml.Schema/XmlSchemaContentProcessing.cs
System.Xml.Xsl/IXsltContextFunction.cs
System.Xml.Xsl/IXsltContextVariable.cs
System.Xml.Xsl/XslTransform.cs
System.Xml.Xsl/XsltArgumentList.cs
System.Xml.Xsl/XsltCompileException.cs
System.Xml.Xsl/XsltContext.cs
System.Xml.Xsl/XsltException.cs
System.Xml.Serialization/AssemblyInfo.cs
System.Xml.Serialization/SoapAttributeAttribute.cs
System.Xml.Serialization/SoapElementAttribute.cs
System.Xml.Serialization/SoapEnumAttribute.cs
System.Xml.Serialization/SoapIgnoreAttribute.cs
System.Xml.Serialization/SoapIncludeAttribute.cs
System.Xml.Serialization/XmlTypeAttribute.cs
System.Xml.Serialization/UnreferencedObjectEventArgs.cs
System.Xml.Serialization/XmlAnyElementAttribute.cs
System.Xml.Serialization/XmlAnyElementAttributes.cs
System.Xml.Serialization/XmlArrayAttribute.cs
System.Xml.Serialization/XmlArrayItemAttribute.cs
System.Xml.Serialization/XmlChoiceIdentifierAttribute.cs
System.Xml.Serialization/XmlEnumAttribute.cs
System.Xml.Serialization/XmlIgnoreAttribute.cs
System.Xml.Serialization/XmlIncludeAttribute.cs
System.Xml.Serialization/XmlNamespaceDeclarationsAttribute.cs
System.Xml.Serialization/XmlRootAttribute.cs
System.Xml.Serialization/XmlTextAttribute.cs
System.Xml.Serialization/XmlElementAttribute.cs
System.Xml.Serialization/XmlSerializer.cs
System.Xml.Serialization/SoapAttributeOverrides.cs
System.Xml.Serialization/SoapAttributes.cs
System.Xml.Serialization/SoapTypeAttribute.cs
System.Xml.Serialization/TypeMember.cs
System.Xml.Serialization/UnreferencedObjectEventHandler.cs
System.Xml.Serialization/XmlAnyAttributeAttribute.cs
System.Xml.Serialization/XmlArrayItemAttributes.cs
System.Xml.Serialization/XmlAttributeAttribute.cs
System.Xml.Serialization/XmlAttributeEventArgs.cs
System.Xml.Serialization/XmlAttributeEventHandler.cs
System.Xml.Serialization/XmlAttributeOverrides.cs
System.Xml.Serialization/XmlAttributes.cs
System.Xml.Serialization/XmlElementAttributes.cs
System.Xml.Serialization/XmlElementEventArgs.cs
System.Xml.Serialization/XmlElementEventHandler.cs
System.Xml.Serialization/XmlMapping.cs
System.Xml.Serialization/XmlNodeEventArgs.cs
System.Xml.Serialization/XmlNodeEventHandler.cs
System.Xml.Serialization/XmlSerializerNamespaces.cs
System.Xml.Serialization/XmlTypeMapping.cs