C1.LiveLinq.LiveViews.Xml Namespace : XmlExtensions Class |
For a list of all members of this type, see XmlExtensions members.
Name | Description | |
---|---|---|
AsLive | Overloaded. Creates a view based on the specified XML document. | |
Attributes | Overloaded. Returns a view representing the collection of the attributes of every element in the source view. | |
BeginUpdate | Suspends notifications while massive changes are being made to an XML node and its descendants. | |
DescendantNodes<T> | Returns a view representing the collection of the descendent nodes of every element and document in the source view. | |
DescendantNodesAndSelf | Returns a view representing the collection of nodes that contains every element in the source view, and the descendent nodes of every element in the source view. | |
Descendants | Overloaded. Returns a view representing the collection of elements that contains the descendent elements of every element and document in the source view. | |
DescendantsAndSelf | Overloaded. Returns a view representing a collection of elements that contains every element in the source view, and the descendent elements of every element in the source view. | |
Elements | Overloaded. Returns a view representing the collection of child elements of every element and document in the source view.. | |
EndUpdate | Ends notification suspension started with BeginUpdate. | |
IndexedAttribute | Overloaded. A hint to create and use an index on the specified XML attribute. The hint has default action. | |
IndexedElement | Overloaded. A hint to create and use an index on the specified XML element. The hint has default action. | |
Nodes<T> | Returns a view representing the collection of child nodes of every document and element in the source view. | |
Root | Gets the view for the root element of the XML tree for this document. |