XDocumentType Represents an XML DTD (document type definition).
XElement Represents an XML element. This class is derived from the
XContainer class.
XName Represents the name of an XML element or attribute.
XNamespace Represents an XML namespace.
XNode An abstract class representing nodes of an XML element tree.
XNodeDocumentOrderComparer Provides mechanisms for node comparisons regarding their
order within the XML document.
XNodeEqualityComparer Provides mechanisms for node comparisons regarding their
equality value.
XObject An abstract class representing XNodes and XAttributes.
XObjectChange The event type when an XObject event is raised.
XObjectChangeEventArgs Provides information and data for the Changing and
Changed events.
XObjectChangeEventHandler The method that will handle the XObject??™s Changed and
Changing events.
XProcessingInstruction Represents an XML processing instruction.
XText Represents an XML text node.
If you have done any programming with XML before, you are familiar with XML declarations. An
XML declaration specifies the XML version, the encoding of an XML document, and whether the XML
document is a standalone document.
Pages:
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