XmlElement
Description
- Derived from
-
XmlNodeWithParent abstract
Represents an element in an XML document:
<element attribute="value">...</element> <element attribute="value"/>
Public / Constructors
FromSource
Parses the given XML element and returns an XmlElement object for it.
- ValidatingException
-
If xml in is malformed.
Public / Methods
Find
2 overloads
Returns the attribute that has the given name in.
Returns the attribute that has the given name in.