Crestron.SimplSharp.CrestronXmlLinq

Classes

  ClassDescription
Public classXAttribute
Initializes a new instance of the XAttribute class from another XAttribute object.
Public classXCData
Represents a text node that contains CDATA.
Public classXComment
Represents an XML comment..
Public classXContainer
Represents a node that can contain other nodes.
Public classXDeclaration
Initializes a new instance of the CrestronXmlLinq.XDeclaration class from another CrestronXmlLinq.XDeclaration object.
Public classXDocument
Represents an XML document.
Public classXDocumentType
Represents an XML Document Type Definition (DTD).
Public classXElement
XElement
Public classXName
Represents a name of an XML element or attribute.
Public classXNamespace
Represents an XML namespace. This class cannot be inherited.
Public classXNode
Represents the concept of a node (one of: element, comment, document type, processing instruction, or text node) in the XML tree.
Public classXObject
Gets the base URI for this XObject.
Public classXProcessingInstruction
Represents an XML processing instruction.
Public classXStreamingElement
Initializes a new instance of the XAttribute class from another XAttribute object.
Public classXText
Represents a text node.

Enumerations

  EnumerationDescription
Public enumerationLoadOptions
Specifies load options when parsing XML.
Public enumerationSaveOptions
Specifies serialization options.