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.