DataSource for Entity Framework in WPF
C1.LiveLinq.LiveViews.Xml Namespace / XmlExtensions Class
Methods


In This Topic
    XmlExtensions Class Members
    In This Topic

    The following tables list the members exposed by XmlExtensions.

    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates a view based on the specified XML document.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Returns a view representing the collection of the attributes of every element in the source view.  
    Public Methodstatic (Shared in Visual Basic)Suspends notifications while massive changes are being made to an XML node and its descendants.  
    Public Methodstatic (Shared in Visual Basic)Returns a view representing the collection of the descendent nodes of every element and document in the source view.  
    Public Methodstatic (Shared in Visual Basic)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.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Returns a view representing the collection of elements that contains the descendent elements of every element and document in the source view.  
    Public Methodstatic (Shared in Visual Basic)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.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Returns a view representing the collection of child elements of every element and document in the source view..  
    Public Methodstatic (Shared in Visual Basic)Ends notification suspension started with XmlExtensions.BeginUpdate.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. A hint to create and use an index on the specified XML attribute. The hint has default action.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. A hint to create and use an index on the specified XML element. The hint has default action.  
    Public Methodstatic (Shared in Visual Basic)Returns a view representing the collection of child nodes of every document and element in the source view.  
    Public Methodstatic (Shared in Visual Basic)Gets the view for the root element of the XML tree for this document.  
    Top
    See Also