-
Child Element Count
-
Create Child Element
-
Get CData Element
-
Get Child XML Element
-
Get XML Element Text
-
Get Text from XMLElement
-
Set XML Element Text
-
XML Element Any Namespace
-
Get XML Single Child Element
-
Has XML Child Element
-
Add XML Text Element
-
Extends XElement to Get Attribute Value
-
Append XML Element
-
Enforces that parent has exactly 1 child of type XML element and nothing else (barring comments and whitespaces) and returns the child
-
Appends an element to XML node.
-
Select Element by xpath
-
Select Elements via xpath
-
Adds a new element as a child of an existing XmlNode and returns it.
-
Adds the a new element as a child of an existing node and returns it. A CDataSection is added to the new element using the data provided.
-
Creates a new top level element node.
-
Get XML Element As Boolean
-
Get XML Element As Double
-
Get XML Element As Float
-
Get XML Element As Int
-
Get XML Element As String
-
Read XML Element Data
-
Skips current element and moves to next element. Similar to XmlReader.Skip, but this method also skips even if current node is text node.
-
Inserts a new element as a child of an existing XmlNode and returns it.
-
Parse an Xml element into a specified type.
-
Add Attribute to XmlElement
-
Remove Element from XmlElement
-
Update XML Element
-
Create And Add XML Element
-
Create And Add XML Element With Value
-
Filters a list of XElements to a subset which match ALL of the given attributes
-
Filters the collection of elements by XML attribute.
-
Gets the next element of a given XML element, ignoring any non-element nodes Returns either the first valid descendant or the next sibling.
-
Gets the next XML element of a given element, ignoring any non-element nodes
-
Gets the previous XML element of a given element, ignoring any non-element nodes Returns either the last previous valid descendant or the next sibling.
-
Gets the previous XML element of a given element, ignoring any non-element nodes
-
Compare XElements
-
Enumerate XML Elements
-
Get Date Time from XmlElement
-
Get Decimal from XmlElement
-
Get Double from XmlElement
-
Get XML Element
-
Remove XML Element
-
get XML Root Element Text
-
Get XML Elements Any Namespace
-
First XML Element from Any Namespace
-
Find Child in XmlElement
-
Find Children XmlElement
-
Find XML Element Index
-
Add XML Element To XElement
-
Get XML Attribute Value from XElement
-
Get UShort Element from XElement
-
Find Next XML Element In Sequence
-
Casting XML element to string
-
Casting XML element to boolean.
-
Casting XML element to int32.
-
Casting XML element to int64.
-
Is End XML Element
-
Skip XML Element
-
Create XML Root Element
-
Get All Complex Elements from XmlSchemaElement
-
Get all elements from the XML schema.
-
Get All Simple Elements from XmlSchemaElement
-
Get Elements from XmlSchemaObject
-
Is All Simple Type from XmlSchemaElement
-
return true if a Element is a Choice from XmlSchemaComplexType
-
return true if a Element is a Simple Type from XmlSchemaElement
-
process an xml element when reading an xml stream
-
Move Next To End XML Element
-
Gets the first XML element.
-
Gets the single XML element.
-
Gets the single XML element value.
-
Writes the non null XML element string.
-
Create Empty XElement Leaf
-
Create Root XElement
-
Create XElement Empty
-
Create XElement Recursive
-
Create a property XML element. Do not append it though!
-
Find a child XML element.
-
Remove All Namespaces from XElement
-
retrieving an boolean value of a given XML element, with a default initialization value passed in a parameter.
-
quickly retrieving an integer value of a given XML element. Helper function for quickly retrieving a String value of a given XML element.
-
Return the value of an attribute on XML element.
-
Return the content of the given XML element.
-
Returns the First child XML element or null if none found
-
Get the next right sibling that is XML element.
-
Returns trimmed inner text of given parent element's child element with given name. If there is no such element returns null.
-
Get First XML Element
-
Get Single XML Element
-
Get Single XML Element Value
-
Get XML Attribute from XElement
-
Get XElement Attribute
-
Retrieves the value of a boolean ("true" or "false") attribute on an XML element, returning a default value if it is not found.
-
Retrieves the value of an enum-based attribute on an XML element, returning a default value if it is not found.
-
Retrieves the value of a floating-point attribute on an XML element, returning a default value if it is not found.
-
Retrieves the value of a integer attribute on an XML element.
-
Retrieves the value of a integer attribute on an XML element, returning a default value if it is not found.
-
Retrieves the value of an attribute on an XML element, returning a default value if it is not found.
-
Returns whether or not XML element has an attribute set.
-
Given an XML element, remove the closing operator for it, so you can add new child elements to it by concatenation.
-
Create XML Element
-
Adds a child element to an XML node.
-
Normalize XElement
-
Attribute Value from XElement
-
Add Xml Content to XElement
-
Determines whether the specified location can be created in the specified XML element.
-
Creates and returns the attribute with the given name in the location specified by the given location string in the given XML element.
-
Creates and returns the XML element with the given name located in the given location string in the given XML element.
-
Creates and returns XML element corresponding to the specified location in the given XML element.
-
Is XML Property Defined